This commit is contained in:
TheK4n 2022-07-31 11:19:17 +03:00
parent f3e5b326d0
commit 21ba4d670b

View File

@ -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