diff --git a/autoload/tablemode.vim b/autoload/tablemode.vim index e4db219..cd76d13 100644 --- a/autoload/tablemode.vim +++ b/autoload/tablemode.vim @@ -102,7 +102,7 @@ function! s:ToggleAutoAlign() "{{{2 autocmd InsertLeave nested silent! if &modified | call tablemode#table#Realign('.') | endif augroup END else - autocmd! TableModeAutoAlign CursorHold + autocmd! TableModeAutoAlign endif endfunction