[Vim-latex-devel] Revolution! :)
Brought to you by:
srinathava,
tmaas
From: <mi...@wp...> - 2003-09-25 17:55:32
|
OK. Subject is exaggeration, but not so much. Attaching two files: packages.diff packages.vim (Files are ff=unix) Big comments inside. First is only diff (diff -u -3 -p), second is complete file packages.vim. Revolution is: now functions in packages.vim looks in all rtp directories for package files and creates complete list. Sounds unimpressive but it allow for creating real distribution packages and real *nix behaviour with system wide files and local modifications. I am dusting off 'man rpm' ;) Jokes aside. There are still issues: creating menus is based on list returned by globpath(). How to sort endresults and remove duplicate entries? I remember long discussions on vim-list about Sort and Uniq. I didn't follow it closely. Could someone suggest the best solutions? I tested it on Linux. Vim does good job with globpath() and directory separators but could someone check it on Windows (on this machine I cannot install Vim)? Currently I don't have access to cvs. Srinath, could you commit this (after win-test) with Tex_file_rtp() in main.vim? I can proceed with implementation for templates and macros. m. |