On 19-Mar-13 16:49:37 +0100, Bram Moolenaar wrote:
> Patch 7.3.872
> Problem: On some systems case of file names is always ignored, on others
> never.
> Solution: Add the 'fileignorecase' option to control this at runtime.
> Implies 'wildignorecase'.
> Files: src/buffer.c, src/edit.c, src/ex_cmds2.c, src/ex_getln.c,
> src/fileio.c, src/misc1.c, src/misc2.c, src/option.c,
> src/option.h, src/vim.h, runtime/doc/options.txt
Typo: In the help, the abbrevation 'wic' is mistakenly (re-)used instead of
'fic':
diff -r c2bf5b221b1d runtime/doc/options.txt
--- a/runtime/doc/options.txt Tue Mar 19 16:49:16 2013 +0100
+++ b/runtime/doc/options.txt Tue Mar 19 17:20:49 2013 +0100
@@ -2941,8 +2941,8 @@
NOTE: This option is set to the Vi default value when 'compatible' is
set and to the Vim default value when 'compatible' is reset.
- *'fileignorecase'* *'wic'* *'nofileignorecase'*
*'nowic'*
-'fileignorecase' 'wic' boolean (default on for systems where case in file
+ *'fileignorecase'* *'fic'* *'nofileignorecase'*
*'nofic'*
+'fileignorecase' 'fic' boolean (default on for systems where case in file
names is normally ignored.
global
{not in Vi}
-- regards, ingo
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.