Minor clean up
This commit is contained in:
parent
84181b1454
commit
e910afe5ac
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user