aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:13:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 13:13:43 +1200
commit2eef852789feece0d0116670157bbbcd1bc83cb1 (patch)
tree90113bf84bf1a2872f27e4dfc8796e06785e6077
parentUpgrade and configure for paste_open.vim (diff)
downloaddotfiles-2eef852789feece0d0116670157bbbcd1bc83cb1.tar.gz
dotfiles-2eef852789feece0d0116670157bbbcd1bc83cb1.zip
Update and configure for put_blank_lines.vim
m---------vim/bundle/put_blank_lines0
-rw-r--r--vim/vimrc4
2 files changed, 2 insertions, 2 deletions
diff --git a/vim/bundle/put_blank_lines b/vim/bundle/put_blank_lines
-Subproject f2d595cf0f10eae715536397e226eb3241706af
+Subproject 0f63193638bebf632fd3cc49262863a06258697
diff --git a/vim/vimrc b/vim/vimrc
index aaf1f654..53c524ea 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -209,8 +209,8 @@ nnoremap [t :<C-U>tabprevious<CR>
nnoremap ]t :<C-U>tabnext<CR>
" Insert blank lines around current line
-nmap [<Space> <Plug>PutBlankLinesAbove
-nmap ]<Space> <Plug>PutBlankLinesBelow
+nmap [<Space> <Plug>(PutBlankLinesAbove)
+nmap ]<Space> <Plug>(PutBlankLinesBelow)
" Normal leader maps; use <Bslash> not <Leader> for vim-tiny