Retab vim train module
This commit is contained in:
parent
ce8f849baf
commit
2ce229a2e6
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
augroup train
|
augroup train
|
||||||
autocmd!
|
autocmd!
|
||||||
au BufWritePost * echom 'Really tho?'
|
au BufWritePost * echom 'Really tho?'
|
||||||
au InsertEnter * let b:undo=undotree()['seq_last']
|
au InsertEnter * let b:undo=undotree()['seq_last']
|
||||||
augroup END
|
augroup END
|
||||||
inoremap :silent exec 'undo '.b:undo<CR>
|
inoremap :silent exec 'undo '.b:undo<CR>
|
||||||
|
|
Loading…
Reference in a new issue