Tags: tpope/vim-unimpaired
Tags
unimpaired.vim 2.1 * 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.vim 2.0 * 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.