summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-04-19 13:22:43 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-04-19 13:22:43 +0100
commit787cf6945e092d949ed3609e0331ac564dd27f7d (patch)
tree1d68b6ad3b336337345a8d3d2965b09a88557a4e /vim
parent406b0db8edec093d2b2059f831b0079e540ee9dd (diff)
Commented stuff out in unilatex.vim
Diffstat (limited to 'vim')
-rw-r--r--vim/after/ftplugin/tex/unilatex.vim5
1 files changed, 5 insertions, 0 deletions
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 <buffer> <LocalLeader>cu :call LaTeXtoUTF8()<CR>
command! Convert2Latex :call UTF8toLaTeX()
command! Convert2UTF8 :call LaTeXtoUTF8()
+" augroup LaTeX
+" au!
+" autocmd BufWritePre *.tex :Convert2Latex
+" autocmd BufWritePost *.tex :Convert2UTF8
+" augroup END