commit | a9dc375744c80d882d380c40bf05a8db6a17993e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 20:46:53 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 20:46:53 2010 +0200 |
tree | 82c973a7fb8792d775e9f972cdfe698cbf17edec | |
parent | a3f41662865d5a0582c4ccd22a38317907b59154 [diff] [blame] |
Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin Toft)
diff --git a/src/misc1.c b/src/misc1.c index 3151124..d87696d 100644 --- a/src/misc1.c +++ b/src/misc1.c
@@ -9606,7 +9606,7 @@ } /* - * 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. */