Deletes an obsolete function

Has been moved to the helpers file in the past
This commit is contained in:
LFDM 2014-02-05 21:11:06 +01:00
parent cb0ba2563d
commit 2fbe70aa34

View File

@ -511,13 +511,7 @@ function! s:should_use_smartsign(char) "{{{
return 0
endif
endfunction "}}}
function! s:should_use_smartcase(input) "{{{
if g:EasyMotion_smartcase == 0
return 0
endif
" return 1 if input didn't match uppercase letter
return match(a:input, '\u') == -1
endfunction "}}}
function! s:handleEmpty(input, visualmode) "{{{
" if empty, reselect and return 1
if empty(a:input)