From f3a3ef7713be6f8f157bdb9cbd6f9bd89bf8dc8c Mon Sep 17 00:00:00 2001 From: yan Date: Sat, 17 Dec 2011 13:25:52 -0800 Subject: [PATCH] Added yankring plugin - after pasting use Ctrl-p/n Cycle through old pastes using Ctrl-p/Ctrl-n after making a paste (using standard p character) --- .gitmodules | 3 +++ vim/bundle/chrismetcalf-vim-yankring | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/chrismetcalf-vim-yankring diff --git a/.gitmodules b/.gitmodules index 03e85d3..e34953d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -157,3 +157,6 @@ [submodule "vim/bundle/kana-vim-textobj-entire"] path = vim/bundle/kana-vim-textobj-entire url = https://github.com/kana/vim-textobj-entire +[submodule "vim/bundle/chrismetcalf-vim-yankring"] + path = vim/bundle/chrismetcalf-vim-yankring + url = https://github.com/chrismetcalf/vim-yankring.git diff --git a/vim/bundle/chrismetcalf-vim-yankring b/vim/bundle/chrismetcalf-vim-yankring new file mode 160000 index 0000000..37f57f8 --- /dev/null +++ b/vim/bundle/chrismetcalf-vim-yankring @@ -0,0 +1 @@ +Subproject commit 37f57f839fc5ff13ddf2445077796b134b637a4e