Re: [Vim-latex-devel] How to customize latex-suite when installed system-wide
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-07-26 21:05:09
|
I have actually made another dated release with this patch and a couple of other bugs I caught while fixing this. On Sat, 26 Jul 2003, Artur R. Czechowski wrote: > I think, yes. For now default 'rtp' compiled in vim is: > runtimepath=~/.vim,/etc/vim,/usr/share/vim/vimfiles,/usr/share/vim/vim61,/usr/share/vim/vimfiles/after,~/.vim/after > > I Cc'ed this mail to Jakub Turski (which whom I work on draft of Debian Vim > Scripts Policy[1]). > Good. Its very helpful to have ~/.vim or ~/vimfiles as the first directory. I haven't really given too much though about /usr/share/vim/vim61/addons. What problem were you trying to solve with the introduction of this directory in the 'rtp'? I would advice you to take into consideration how vim behaves on other platforms. If you create a system which is specific to deb, then package writers will have to write additional code to handle it. So even if you add the addons/ directory, please make sure it works transparently, i.e, the script writer doesn't have to bother that his script/package is installed in it... > > If both 1 and 2 hold, the fix is pretty simple, the following patch > > should work. > Thank you for this! I'll add this patch to current Debian vim-latesuite > release. > Just get the latest cvs. I patched it there. Regards, Srinath |