Merge pull request #209 from NicholasTD07/patch-1

Fix comment for smartcase
This commit is contained in:
haya14busa 2015-02-04 06:31:45 +09:00
commit 1b5d892b95

View File

@ -303,7 +303,7 @@ nmap s <Plug>(easymotion-s)
" Need one more keystroke, but on average, it may be more comfortable. " Need one more keystroke, but on average, it may be more comfortable.
nmap s <Plug>(easymotion-s2) nmap s <Plug>(easymotion-s2)
" Turn on case sensitive feature " Turn on case insensitive feature
let g:EasyMotion_smartcase = 1 let g:EasyMotion_smartcase = 1
" JK motions: Line motions " JK motions: Line motions