Hi There
Here is a patch to let vimprobable use the XDG environment variable
XDG_CONFIG_HOME to find its configuration files.
It's implemented with a global variable config_base which is set at
startup to either $XDG_CONFIG_HOME or the standard path ~/.config/
Looking forward to your feedback.
Raphael
Hi!
Raphael Nestler <rne...@hs...> wrote:
> Here is a patch to let vimprobable use the XDG environment variable
> XDG_CONFIG_HOME to find its configuration files.
> It's implemented with a global variable config_base which is set at
> startup to either $XDG_CONFIG_HOME or the standard path ~/.config/
This looks like a resolution of ticket #3
(http://sourceforge.net/apps/trac/vimprobable/ticket/3) :)
Hannes
From: Raphael N. <rne...@hs...> - 2011-08-23 12:02:22
On Sat, Aug 20, 2011 at 07:35:47PM +0200, Hannes Schüller wrote:
> Hi!
>
> Raphael Nestler <rne...@hs...> wrote:
> > Here is a patch to let vimprobable use the XDG environment variable
> > XDG_CONFIG_HOME to find its configuration files.
> > It's implemented with a global variable config_base which is set at
> > startup to either $XDG_CONFIG_HOME or the standard path ~/.config/
>
> This looks like a resolution of ticket #3
> (http://sourceforge.net/apps/trac/vimprobable/ticket/3) :)
>
Yes I've seen this ticket and thought that it doesn't take too much time
to implement it :)
Raphael