0
0
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:
Bram Moolenaar
2010-07-11 20:46:53 +02:00
parent a3f4166286
commit a9dc375744
7 changed files with 62 additions and 50 deletions

View File

@@ -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.
*/