mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.2a
This commit is contained in:
@@ -1510,7 +1510,7 @@ gui_gnome_dialog( int type,
|
||||
for (next = p; *next; ++next)
|
||||
{
|
||||
if (*next == DLG_HOTKEY_CHAR)
|
||||
mch_memmove(next, next + 1, STRLEN(next));
|
||||
STRMOVE(next, next + 1);
|
||||
if (*next == DLG_BUTTON_SEP)
|
||||
{
|
||||
*next++ = NUL;
|
||||
|
Reference in New Issue
Block a user