From a07cd2a091764d83e83006f2c853af152a67787b Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Thu, 23 Feb 2012 21:27:23 +0100 Subject: vim-latex additions --- .vim/ftplugin/tex.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to '.vim/ftplugin/tex.vim') diff --git a/.vim/ftplugin/tex.vim b/.vim/ftplugin/tex.vim index c8c8fb9..95c2dd6 100644 --- a/.vim/ftplugin/tex.vim +++ b/.vim/ftplugin/tex.vim @@ -9,3 +9,5 @@ set grepprg=grep\ -nH\ $* let tlist_tex_settings = 'latex;s:sections;g:graphics;l:labels' set lbr " Break only between words + +" also have a look at after/ftplugin/tex.vim -- cgit v1.2.3-54-g00ecf