Support using migemo and smartsign feature at the same time

This commit is contained in:
haya14busa 2017-04-27 12:08:18 +00:00
parent 450f14521b
commit 1ca831d29d

View File

@ -574,7 +574,12 @@ function! s:convertRegep(input) "{{{
endif
if s:should_use_smartsign(a:input)
let re = s:convertSmartsign(a:input)
let r = s:convertSmartsign(a:input)
if use_migemo
let re = re . '\m\|' . r
else
let re = r
endif
endif
let case_flag = EasyMotion#helper#should_case_sensitive(