diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-11-30 15:23:45 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-11-30 15:23:45 +0100 |
commit | 520cedf3d056c3f4c697a4d8750f535514fb201a (patch) | |
tree | c4c86ae2fb2efdbd4df82a3a4263c928426011ae /.vim/after/ftplugin | |
parent | ee290646aa2916e57d48c9fe18eb56fbc82acbb6 (diff) | |
parent | dec2ef525e357fd744275d2c0b9fa682cf9e214c (diff) | |
download | dotfiles-520cedf3d056c3f4c697a4d8750f535514fb201a.tar.gz dotfiles-520cedf3d056c3f4c697a4d8750f535514fb201a.tar.bz2 dotfiles-520cedf3d056c3f4c697a4d8750f535514fb201a.zip |
Merge branch 'master' of necoro.eu:dotfiles
Diffstat (limited to '.vim/after/ftplugin')
-rw-r--r-- | .vim/after/ftplugin/tex.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vim/after/ftplugin/tex.vim b/.vim/after/ftplugin/tex.vim index 6f44a3c..e727ab8 100644 --- a/.vim/after/ftplugin/tex.vim +++ b/.vim/after/ftplugin/tex.vim @@ -1,2 +1,3 @@ -" disable annoying {{ completion +" disable annoying {{ and (( completion call IMAP('{{', '{{', 'tex') +call IMAP('((', '((', 'tex') |