vim-easymotion/autoload/EasyMotion/migemo
Kyohei Morihiro 450f14521b Support all ASCII characters in migemo, without whitespace.
1. Ignore whitespace because migemo doesn't generate any useful regexp for whitespace.
2. Fix not to escape any ASCII characters (e.g. `*`, `.`) if migemo is enabled,  because `s:convertMigemo()` will replace them with migemo-regexps.
3. Remove verifying `re` in `s:convertMigemo()`, because `s:should_use_migemo()` already verified it.
2017-04-07 16:39:16 +09:00
..
cp932.vim Support all ASCII characters in migemo, without whitespace. 2017-04-07 16:39:16 +09:00
eucjp.vim Support all ASCII characters in migemo, without whitespace. 2017-04-07 16:39:16 +09:00
utf8.vim Support all ASCII characters in migemo, without whitespace. 2017-04-07 16:39:16 +09:00