summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-10-20 15:19:22 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-10-20 15:19:23 +0200
commit2cc6473d926b74c71336b3d859fe53d681efcb65 (patch)
tree0aa3be7e857df3f0f588ad78e8babcca76ba729c /.vim
parent578ca86d5af1081c83ad0bab4aabb14b6c256f52 (diff)
downloaddotfiles-2cc6473d926b74c71336b3d859fe53d681efcb65.tar.gz
dotfiles-2cc6473d926b74c71336b3d859fe53d681efcb65.tar.bz2
dotfiles-2cc6473d926b74c71336b3d859fe53d681efcb65.zip
latexsuite changes
Diffstat (limited to '.vim')
-rw-r--r--.vim/after/ftplugin/tex.vim2
-rw-r--r--.vim/ftplugin/tex.vim1
2 files changed, 3 insertions, 0 deletions
diff --git a/.vim/after/ftplugin/tex.vim b/.vim/after/ftplugin/tex.vim
new file mode 100644
index 0000000..6f44a3c
--- /dev/null
+++ b/.vim/after/ftplugin/tex.vim
@@ -0,0 +1,2 @@
+" disable annoying {{ completion
+call IMAP('{{', '{{', 'tex')
diff --git a/.vim/ftplugin/tex.vim b/.vim/ftplugin/tex.vim
index 16894f0..c8c8fb9 100644
--- a/.vim/ftplugin/tex.vim
+++ b/.vim/ftplugin/tex.vim
@@ -2,6 +2,7 @@ let g:Tex_MultipleCompileFormats = "dvi,pdf"
let g:Tex_ViewRule_pdf = "evince"
let g:Tex_UseUtfMenus = 1
let g:Tex_DefaultTargetFormat="pdf"
+
let Tlist_Sort_Type = "order"
set grepprg=grep\ -nH\ $*