Resolve #122 unmap yankring @ in after file.

`nmap @` is not yet set when `vim/plugin/settings/yankring.vim` is
loaded. Moved nunmap @ to `vim/after/plugin/yankring.vim` because
it is loaded after the plugin is finished loading.
This commit is contained in:
Kyle West
2012-07-20 15:39:18 -04:00
parent aca163580f
commit 9bb517551d
2 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
"bad yankring! leave my macro mapping alone.
nunmap @

View File

@@ -2,5 +2,3 @@ let g:yankring_history_file = '.yankring-history'
nnoremap ,yr :YRShow<CR> nnoremap ,yr :YRShow<CR>
nnoremap C-y :YRShow<CR> nnoremap C-y :YRShow<CR>
"bad yankring! leave my macro mapping alone.
unmap @