mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Revert "Also auto realign on InsertLeave #73"
This reverts commit 6584cee4a4.
This commit is contained in:
@@ -98,7 +98,7 @@ function! s:ToggleAutoAlign() "{{{2
|
||||
augroup TableModeAutoAlign
|
||||
au!
|
||||
|
||||
autocmd CursorHold,CursorHoldI,InsertLeave * nested silent! call tablemode#table#Realign('.')
|
||||
autocmd CursorHold,CursorHoldI * nested silent! call tablemode#table#Realign('.')
|
||||
augroup END
|
||||
else
|
||||
silent! augroup! TableModeAutoAlign
|
||||
|
||||
Reference in New Issue
Block a user