mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Fix #122 : Disable auto align properly after disabling Table Mode
This commit is contained in:
@@ -101,7 +101,7 @@ function! s:ToggleAutoAlign() "{{{2
|
||||
autocmd CursorHold <buffer> nested silent! call tablemode#table#Realign('.')
|
||||
augroup END
|
||||
else
|
||||
silent! augroup! TableModeAutoAlign
|
||||
autocmd! TableModeAutoAlign CursorHold
|
||||
endif
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user