Skip to content

Commit efdc647

Browse files
committed
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 &apos;.
1 parent 9842718 commit efdc647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/unimpaired.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" unimpaired.vim - Pairs of handy bracket mappings
22
" Maintainer: Tim Pope <http://tpo.pe/>
3-
" Version: 2.0
3+
" Version: 2.1
44
" GetLatestVimScripts: 1590 1 :AutoInstall: unimpaired.vim
55

66
if exists("g:loaded_unimpaired") || &cp || v:version < 700

0 commit comments

Comments
 (0)