John Wiersba wrote:
In particular, how does it handle case-sensitivity when globbing for files under cygwin.  
This question is related to another thread "Case-sensitive match for :e under 
cygwin?".  I believe vim/cygwin used to do case-sensitve filename globbing, but now 
it's doing it case-insensitively and I'd like to get it to revert to the old behavior.

:version
VIM - Vi IMproved 7.0 (2006 May 7, compiled Oct 10 2006 10:07:11)
Included patches: 1-122
Compiled by
 [EMAIL PROTECTED]
Huge version without GUI.  Features included (+) or not (-):
+arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset +cindent
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+cryptv +cscope +cursorshape +dialog_con +diff +digraphs -dnd -ebcdic
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path
+folding -footer +fork() +gettext -hangul_input +iconv +insert_expand +jumplist
 +keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap +menu
+mksession +modify_fname +mouse -mouseshape +mouse_dec -mouse_gpm
-mouse_jsbterm +mouse_netterm +mouse_xterm +multi_byte +multi_lang -mzscheme
-netbeans_intg -osfiletype +path_extra -perl +postscript +printer +profile
-python +quickfix +reltime +rightleft -ruby +scrollbind +signs +smartindent
-sniff +statusline -sun_workshop +syntax +tag_binary +tag_old_static
-tag_any_white -tcl +terminfo
 +termresponse +textobjects +title -toolbar
+user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace
+wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp
-xterm_clipboard -xterm_save
   system vimrc file: "$VIM/vimrc"
     user vimrc file: "$HOME/.vimrc"
      user exrc file: "$HOME/.exrc"
  fall-back for $VIM: "/usr/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H     -g -O2
Linking:
gcc   -L/usr/local/lib -o vim.exe       -lncurses  -liconv -lintl

This is a Unix-like Vim for Cygwin, which requires POSIX paths (as opposed to Dos-like paths) and needs the cygwin1.dll. I /think/ that such a Vim version will do all of its file-globbing with the exception of ** by "subcontracting" it to some Unix shell such as bash. I'm not 100% sure of that and I don't remember where I think I saw it.

This leads me to a question: isn't there a setting in Cygwin bash to set whether you want case-sensitive or case-insensitive matching and globbing on the underlying vfat or NTFS filesystem?


Best regards,
Tony.
--
Remember that whatever misfortune may be your lot, it could only be
worse in Cleveland.
                -- National Lampoon, "Deteriorata"

Reply via email to