summaryrefslogtreecommitdiff
path: root/src/misc1.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-11 20:46:53 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-11 20:46:53 +0200
commita9dc375744c80d882d380c40bf05a8db6a17993e (patch)
tree82c973a7fb8792d775e9f972cdfe698cbf17edec /src/misc1.c
parenta3f41662865d5a0582c4ccd22a38317907b59154 (diff)
downloadvim-git-a9dc375744c80d882d380c40bf05a8db6a17993e.tar.gz
Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin
Toft)
Diffstat (limited to 'src/misc1.c')
-rw-r--r--src/misc1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc1.c b/src/misc1.c
index 31511249b..d87696d5c 100644
--- a/src/misc1.c
+++ b/src/misc1.c
@@ -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.
*/