Click on the package to download.
| package | script version | date | Vim version | user | release notes |
|---|---|---|---|---|---|
| unimpaired.zip | 2.1 | 2022年05月27日 | 7.0 | Tim Pope | Provide <Plug> maps for all built-ins.
Never override user maps with Unimpaired maps. Call :colder/:cnewer when invoking [f/]f in quickfix window. Provide 'colorcolumn' option maps on [ot/]ot/yot. Support [n/]n in visual mode. Handle count on [A/]A/[B/]B. Make URL encoding Unicode safe. XML encode ' (apostrophe) as '. |
| unimpaired.zip | 2.0 | 2018年07月27日 | 7.0 | Tim Pope | Drop deprecated [o and ]o aliases for [f and ]f.
Map [o, ]o, and yo to enable, disable, and toggle options. Map [op, ]op, and yop to enable paste mode for one insert. Map [p, ]p, [P, and ]P to force line-wise paste. Map <p, <P, >p, >P, =p, and =P as re-indenting paste maps. Map [<C-T> and ]<C-T> as :ptprevious and :ptnext. Bug fixes. |
| unimpaired.zip | 1.2 | 2013年01月14日 | 7.0 | Tim Pope | Add repeat.vim support.
Add [t and ]t for :tprev and :tnext. Add [n and ]n for jumping between conflict markers. Add [<C-Q> and ]<C-Q> for :cpfile and :cnfile. Add [<C-L> and ]<C-L> for :lpfile and :lnfile. Deprecate [o and ]o in favor of new maps [f and ]f. Improve robustness of [f and ]f. Improve robustness of [e and ]e. Fix unescaping of "\a" and "\$". Work around `unnamedplus' in clipboard. Expose API for custom encoding algorithms. |
| unimpaired.zip | 1.1 | 2010年03月07日 | 7.0 | Tim Pope | Add <Plug> aliases for all mappings.
Skip swap files with ]o and [o. Accept a count with [e and ]e. |
| unimpaired.zip | 1.0 | 2010年01月29日 | 6.0 | Tim Pope | Initial upload |