Re: [Vim-latex-devel] New features: compiler, taglist, system-local
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-10-07 08:45:35
|
Dnia Monday 06 of October 2003 22:53, Artur R. Czechowski napisał: > I am sorry about replying for relatively old mails, but I have a really > lack of time last days. > > On Mon, Sep 29, 2003 at 02:50:31AM +0200, Mikolaj Machowski wrote: > > Everything is now only in CVS. Tested on Linux. Aha. Name of local > > directory is made: > > > > if has("unix") || has("macunix") > > let s:macrodirpath = $HOME."/.vim/ftplugin/latex-suite/macros/" > > elseif has("win32") > > if exists("$HOME") > > let s:macrodirpath = > > $HOME."/vimfiles/ftplugin/latex-suite/macros/" else > > let s:macrodirpath = > > $VIM."/vimfiles/ftplugin/latex-suite/macros/" endif > > endif > > How do you differentiate installation in user directory from system-wide > installation? > Hmm? I don't have to differentiate. lS only checks for particular files in various directories. m. |