diff --git a/sub/vim/vimrc b/sub/vim/vimrc index 3f0ace3..6fd0484 100644 --- a/sub/vim/vimrc +++ b/sub/vim/vimrc @@ -13,7 +13,7 @@ let g:mapleader = "," set cursorline - +" like tabdo but restore the current tab function! TabDo(command) let currTab=tabpagenr() execute 'tabdo ' . a:command