Deletes an obsolete function
Has been moved to the helpers file in the past
This commit is contained in:
parent
cb0ba2563d
commit
2fbe70aa34
@ -511,13 +511,7 @@ function! s:should_use_smartsign(char) "{{{
|
|||||||
return 0
|
return 0
|
||||||
endif
|
endif
|
||||||
endfunction "}}}
|
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) "{{{
|
function! s:handleEmpty(input, visualmode) "{{{
|
||||||
" if empty, reselect and return 1
|
" if empty, reselect and return 1
|
||||||
if empty(a:input)
|
if empty(a:input)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user