From 553f65715c7df948eb3a0c2e431a9852ffce6e2b Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 29 Sep 2020 19:28:02 +0200 Subject: [PATCH] Remove some training stuff from vim config --- vim/plugin/train.vim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vim/plugin/train.vim b/vim/plugin/train.vim index edf14a6..433f59b 100644 --- a/vim/plugin/train.vim +++ b/vim/plugin/train.vim @@ -1,6 +1,6 @@ -augroup train - autocmd! - au BufWritePost * echom 'Really tho?' - au InsertEnter * let b:undo=undotree()['seq_last'] -augroup END -inoremap  :silent exec 'undo '.b:undo +" augroup train +" autocmd! +" au BufWritePost * echom 'Really tho?' +" au InsertEnter * let b:undo=undotree()['seq_last'] +" augroup END +" inoremap  :silent exec 'undo '.b:undo