The 'smartcase' option does not work with '*', '#', 'gd' etc.
Adding following maps into vimrc will solve this problem.
map * *N/<up><CR> map # #n/<up><CR> map gd gdN/<up><CR>
The 'smartcase' option does not work with '*', '#', 'gd' etc.
Adding following maps into vimrc will solve this problem.
map * *N/<up><CR> map # #n/<up><CR> map gd gdN/<up><CR>