1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 11:13:12 +02:00

core: add support of (?i) for argument "name" in /help buffer

This commit is contained in:
Sébastien Helleu
2024-01-24 20:58:44 +01:00
parent 09e01133d2
commit 1ac38a4cf9
15 changed files with 117 additions and 63 deletions
+3 -1
View File
@@ -8014,7 +8014,9 @@ command_init ()
"jump_current_to_previous_buffer\""),
N_("raw[-]: jump to first buffer number"),
N_("raw[+]: jump to last buffer number"),
N_("name: jump to buffer by (partial) name"),
N_("name: jump to buffer by (partial) name; if the name starts with "
"\"(?i)\", the search is case insensitive (for example \"(?i)upper\" "
"will find buffer \"irc.libera.#UPPERCASE\")"),
"",
N_("Examples:"),
AI(" /buffer move 5"),