Skip to content

Commit 46e0ce7

Browse files
committed
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.
1 parent fcc313f commit 46e0ce7

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: 1.2
3+
" Version: 2.0
44
" GetLatestVimScripts: 1590 1 :AutoInstall: unimpaired.vim
55

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

0 commit comments

Comments
 (0)