"set ic" command in vim results in non matching of pattern -


vim - vi improved 7.3

i using above version of vim. search always_ff , there's no match. if search always_ff, match. baffled..

try

:set scs? 

to see have enable smartcase mode, if so, override ignorecase setting when input upper case word

for more info, type :h smartcase


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -