aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vim.symlink/after/ftplugin/tex.vim2
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