" unimpaired.vim - Pairs of handy bracket mappings " Maintainer: Tim Pope " Version: 2.0 " GetLatestVimScripts: 1590 1 :AutoInstall: unimpaired.vim if exists("g:loaded_unimpaired") || &cp || v:version < 700 finish endif let g:loaded_unimpaired = 1 let s:maps = [] function! s:map(...) abort call add(s:maps, copy(a:000)) endfunction function! s:maps() abort for [mode, head, rhs; rest] in s:maps let flags = get(rest, 0, '') . (rhs =~# '^' ? '' : '