You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments