Hello,
Real implementing of system-wide/local auxiliary files is going well. The only big problem is $HOME directory on Windows and
Macro related commands.
Macro commands allow for editing, creating and removing custom files in s:path/macros/ directory. But s:path is path to script -
which in distribution (I hope) version will be non-writable area for common user.
I can create in variable s:macropath depending on OS. For *nices it will be
$HOME/.vim/ftplugin/latex-suite/macros
But what on Windows? Any hints?
m.
|