From 787cf6945e092d949ed3609e0331ac564dd27f7d Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 19 Apr 2015 13:22:43 +0100 Subject: Commented stuff out in unilatex.vim --- vim/after/ftplugin/tex/unilatex.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vim/after/ftplugin/tex/unilatex.vim b/vim/after/ftplugin/tex/unilatex.vim index 505fb3d..69358fc 100644 --- a/vim/after/ftplugin/tex/unilatex.vim +++ b/vim/after/ftplugin/tex/unilatex.vim @@ -668,3 +668,8 @@ nnoremap cu :call LaTeXtoUTF8() command! Convert2Latex :call UTF8toLaTeX() command! Convert2UTF8 :call LaTeXtoUTF8() +" augroup LaTeX +" au! +" autocmd BufWritePre *.tex :Convert2Latex +" autocmd BufWritePost *.tex :Convert2UTF8 +" augroup END -- cgit v1.2.3