diff runtime/doc/options.txt @ 2302:488be8cbe19c vim73

Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin Toft)
author Bram Moolenaar <bram@vim.org>
date Sun, 11 Jul 2010 20:46:53 +0200
parents 6f63294a1781
children 233eb4412f5d
line wrap: on
line diff
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -3976,7 +3976,9 @@ A jump table for the options with a shor
 	The highlighting can be set with the 'i' flag in 'highlight'.
 	See also: 'hlsearch'.
 	CTRL-L can be used to add one character from after the current match
-	to the command line.
+	to the command line.  If 'ignorecase' and 'smartcase' are set and the
+	command line has no uppercase characters, the added character is
+	converted to lowercase.
 	CTRL-R CTRL-W can be used to add the word at the end of the current
 	match, excluding the characters that were already typed.
 	NOTE: This option is reset when 'compatible' is set.