mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin
Toft)
This commit is contained in:
@@ -9606,7 +9606,7 @@ FreeWild(count, files)
|
||||
}
|
||||
|
||||
/*
|
||||
* return TRUE when need to go to Insert mode because of 'insertmode'.
|
||||
* Return TRUE when need to go to Insert mode because of 'insertmode'.
|
||||
* Don't do this when still processing a command or a mapping.
|
||||
* Don't do this when inside a ":normal" command.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user