2 Commits

Author SHA1 Message Date
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
haya14busa
bafa29fee7 support migemo but it'll take too long time 2013-10-12 12:58:29 +09:00