1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

core: fix typo in comment

This commit is contained in:
Sébastien Helleu
2022-12-25 15:06:03 +01:00
parent f5135277af
commit 445b522498
+1 -1
View File
@@ -3340,7 +3340,7 @@ COMMAND_CALLBACK(input)
gui_input_history_global_next (buffer);
else if (string_strcasecmp (argv[1], "jump_smart") == 0)
gui_input_jump_smart (buffer);
/* not used any more in WeeChat >= 1.0 (replaced by "/buffer ++") */
/* not used any more in WeeChat >= 1.0 (replaced by "/buffer +") */
else if (string_strcasecmp (argv[1], "jump_last_buffer") == 0)
(void) input_data (buffer, "/buffer +", NULL);
else if (string_strcasecmp (argv[1], "jump_last_buffer_displayed") == 0)