parent
55de0be306
commit
09b0d7b944
@ -98,7 +98,7 @@ function! EasyMotion#cmigemo#getMigemoPattern(input) "{{{
|
|||||||
return EasyMotion#cmigemo#system('cmigemo -v -w "'.a:input.'" -d "'.s:migemodict.'"')
|
return EasyMotion#cmigemo#system('cmigemo -v -w "'.a:input.'" -d "'.s:migemodict.'"')
|
||||||
else
|
else
|
||||||
" Not supported
|
" Not supported
|
||||||
return input
|
return a:input
|
||||||
endif
|
endif
|
||||||
endfunction "}}}
|
endfunction "}}}
|
||||||
|
|
||||||
|
@ -152,7 +152,7 @@ if exists('*strchars')
|
|||||||
endfunction
|
endfunction
|
||||||
else
|
else
|
||||||
function! EasyMotion#helper#strchars(str)
|
function! EasyMotion#helper#strchars(str)
|
||||||
return strlen(substitute(str, ".", "x", "g"))
|
return strlen(substitute(a:str, ".", "x", "g"))
|
||||||
endfunction
|
endfunction
|
||||||
endif "}}}
|
endif "}}}
|
||||||
function! EasyMotion#helper#include_multibyte_char(str) "{{{
|
function! EasyMotion#helper#include_multibyte_char(str) "{{{
|
||||||
|
Loading…
Reference in New Issue
Block a user