If I search for 'string'; i want to find just 'string'; and not 'qstring', 'sostring' etc ect
Here are the options in my .vimrc
set ic
set showmatch
set smartcase
set incsearch
If I search for 'string'; i want to find just 'string'; and not 'qstring', 'sostring' etc ect
Here are the options in my .vimrc
set ic
set showmatch
set smartcase
set incsearch