mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
vim-patch:7.4.2318
Problem: When 'incsearch' is not set CTRL-T and CTRL-G are not inserted as
before.
Solution: Move vim/vim#ifdef and don't use goto.
349e7d94e6
This commit is contained in:
@@ -1489,8 +1489,9 @@ static int command_line_handle_key(CommandLineState *s)
|
||||
} else {
|
||||
vim_beep(BO_ERROR);
|
||||
}
|
||||
}
|
||||
return command_line_not_changed(s);
|
||||
}
|
||||
break;
|
||||
|
||||
case Ctrl_V:
|
||||
case Ctrl_Q:
|
||||
|
@@ -126,7 +126,7 @@ static const int included_patches[] = {
|
||||
2321,
|
||||
// 2320,
|
||||
// 2319 NA
|
||||
// 2318,
|
||||
2318,
|
||||
2317,
|
||||
// 2316 NA
|
||||
2315,
|
||||
|
Reference in New Issue
Block a user