This commit is contained in:
haya14busa 2014-02-22 20:52:56 +09:00
parent b3d954ddc1
commit a4205c54ac

View File

@ -3,7 +3,7 @@
" Author: Kim Silkebækken <kim.silkebaekken+vim@gmail.com> " Author: Kim Silkebækken <kim.silkebaekken+vim@gmail.com>
" haya14busa <hayabusa1419@gmail.com> " haya14busa <hayabusa1419@gmail.com>
" Source: https://github.com/Lokaltog/vim-easymotion " Source: https://github.com/Lokaltog/vim-easymotion
" Last Change: 21 Feb 2014. " Last Change: 22 Feb 2014.
"============================================================================= "=============================================================================
" Saving 'cpoptions' {{{ " Saving 'cpoptions' {{{
scriptencoding utf-8 scriptencoding utf-8
@ -504,8 +504,7 @@ function! s:should_use_migemo(char) "{{{
let end_line = line('w$') let end_line = line('w$')
endif endif
" Skip folded line and check if text include multibyte characters
" Skip folded line and check if text include multibyte haracters
for line in range(first_line, end_line) for line in range(first_line, end_line)
if EasyMotion#helper#is_folded(line) if EasyMotion#helper#is_folded(line)
continue continue