瀏覽代碼

Use blackhole register when deleting commit list

Junegunn Choi 11 年之前
父節點
當前提交
3f82808bea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plug.vim

+ 1 - 1
plug.vim

@@ -1236,7 +1236,7 @@ function! s:revert()
   call system('git reset --hard HEAD@{1} && git checkout '.s:esc(g:plugs[name].branch))
   cd -
   setlocal modifiable
-  normal! dap
+  normal! "_dap
   setlocal nomodifiable
   echo 'Reverted.'
 endfunction