mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 18:53:12 +02:00
core: fix search of commands with UTF-8 chars in name when option weechat.look.command_incomplete is on (issue #1739)
This commit is contained in:
@@ -375,7 +375,7 @@ hook_command_exec (struct t_gui_buffer *buffer, int any_plugin,
|
||||
0, NULL);
|
||||
|
||||
ptr_command_name = utf8_next_char (argv[0]);
|
||||
length_command_name = strlen (ptr_command_name);
|
||||
length_command_name = utf8_strlen (ptr_command_name);
|
||||
|
||||
hook_exec_start ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user