RougherExp : Changes your search expression into rougher regexp.
script karma |
Rating 2/2,
Downloaded by 1085 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Shuhei Kubota |
|
script type |
utility |
|
description |
Usage:
1. Search for something.
2. Execute ':RougherExp'.
Then Vim restarts searching by rougher regexp.
Example:
/abc123def('a', 'zzz', 0, null);
or /neko999inu('p', 'hogehoge', 1, null);
|
V
/\a\+\d\+\a\+('\a',\s'\a\+',\s\d,\s\a\+);
Recovery:
To bring back your search expression, use search history.
(/<UP> or /<DOWN>)
|
|
install details |
Put this plugin in your plugin directory(e.g. $VIMRUNTIME/plugin).
Then restart VIM.
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|