:set ic ignores the case, how do you unset this?
|
|
|||||
|
|
|
:set noic, or :set noignorecase Really intuitive, right? :) |
||||||||||
|
|
|
You can also toggle the setting with :set ic! and query its value with :set ic? |
||
|
|
|
|
Pay attention to i.e. having You can also tell Vim that you want to search case-sensitive despite of |
||
|
|
