diff options
author | Camil Staps | 2016-04-28 07:45:09 +0200 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:42 +0100 |
commit | 18b4af03289bdea66a9e6929b436cc1c7e128b7b (patch) | |
tree | 51e7148e2d470bbdaf7d918121d14ca06f723fd1 /vim | |
parent | Fix setbg (diff) |
Fix vim for tex
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vim.symlink/after/ftplugin/tex.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vim.symlink/after/ftplugin/tex.vim b/vim/vim.symlink/after/ftplugin/tex.vim index cd4a2bf..30ff13d 100644 --- a/vim/vim.symlink/after/ftplugin/tex.vim +++ b/vim/vim.symlink/after/ftplugin/tex.vim @@ -1,5 +1,5 @@ setlocal spell spelllang=en_gb -autocmd CursorHold,CursorHoldI * update +autocmd CursorHold,CursorHoldI <buffer> update set tabstop=2 shiftwidth=2 set tw=79 |