mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 08:13:14 +02:00
core: move /input jump actions to command /buffer jump
Actions moved to command `/buffer jump`: * `/input jump_smart` -> `/buffer jump smart` * `/input jump_previously_visited_buffer` -> `/buffer jump prev_visited` * `/input jump_next_visited_buffer` -> `/buffer jump next_visited` * `/input jump_last_buffer_displayed` -> `/buffer jump last_displayed`
This commit is contained in:
@@ -782,46 +782,6 @@ TEST(GuiInput, HistoryGlobalNext)
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_input_jump_smart
|
||||
*/
|
||||
|
||||
TEST(GuiInput, JumpSmart)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_input_jump_last_buffer_displayed
|
||||
*/
|
||||
|
||||
TEST(GuiInput, JumpLastBufferDisplayed)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_input_jump_previously_visited_buffer
|
||||
*/
|
||||
|
||||
TEST(GuiInput, JumpPreviouslyVisitedBuffer)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_input_jump_next_visited_buffer
|
||||
*/
|
||||
|
||||
TEST(GuiInput, JumpNextVisitedBuffer)
|
||||
{
|
||||
/* TODO: write tests */
|
||||
}
|
||||
|
||||
/*
|
||||
* Tests functions:
|
||||
* gui_input_hotlist_clear
|
||||
|
||||
Reference in New Issue
Block a user