From 18b4af03289bdea66a9e6929b436cc1c7e128b7b Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 28 Apr 2016 07:45:09 +0200 Subject: Fix vim for tex --- vim/vim.symlink/after/ftplugin/tex.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/vim.symlink/after') 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 update set tabstop=2 shiftwidth=2 set tw=79 -- cgit v1.2.3