[Vim-latex-devel] texmenuconf.vim v. 1.5
Brought to you by:
srinathava,
tmaas
From: Benji F. <be...@me...> - 2002-11-09 04:43:19
|
I looked at the diff in the latest digest (my last, following Srinath's suggestion) and it looks as though some debugging code got left in ... or is my vision too blurry at this hour? --Benji *** 71,76 **** command! -nargs=0 Ttexrc :call Tex_texrc() function! Tex_texrc() ! if filereadable(s:up_path.'tex/texrc') ! exec 'split '.s:up_path.'tex/texrc' lcd else --- 71,77 ---- command! -nargs=0 Ttexrc :call Tex_texrc() function! Tex_texrc() ! echomsg 's:path = '.s:path.', s:up_path = '.s:up_path ! if filereadable(s:up_path.'/tex/texrc') ! exec 'split '.s:up_path.'/tex/texrc' lcd else |