From e910afe5acca0547605cb4c6ffcc22ef87b391ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Sun, 15 May 2016 11:24:03 +0200 Subject: [PATCH] Minor clean up --- autoload/vimtex/debug.vim | 8 ++++++++ autoload/vimtex/util.vim | 13 ------------- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/autoload/vimtex/debug.vim b/autoload/vimtex/debug.vim index 3946cb6..fc30962 100644 --- a/autoload/vimtex/debug.vim +++ b/autoload/vimtex/debug.vim @@ -1,3 +1,9 @@ +" vimtex - LaTeX plugin for Vim +" +" Maintainer: Karl Yngve LervÄg +" Email: karl.yngve@gmail.com +" + function! vimtex#debug#stacktrace() " {{{1 " " Get stack and exception @@ -61,3 +67,5 @@ function! vimtex#debug#stacktrace() " {{{1 endfunction " }}}1 + +" vim: fdm=marker sw=2 diff --git a/autoload/vimtex/util.vim b/autoload/vimtex/util.vim index 2a9d25c..f8be79e 100644 --- a/autoload/vimtex/util.vim +++ b/autoload/vimtex/util.vim @@ -4,19 +4,6 @@ " Email: karl.yngve@gmail.com " -function! vimtex#util#init_options() " {{{1 -endfunction - -" }}}1 -function! vimtex#util#init_script() " {{{1 -endfunction - -" }}}1 -function! vimtex#util#init_buffer() " {{{1 -endfunction - -" }}}1 - function! vimtex#util#execute(exe) " {{{1 " Execute the given command on the current system. Wrapper function to make " it easier to run on both windows and unix.