validator.vim icon indicating copy to clipboard operation
validator.vim copied to clipboard

Make location of validator.log depend on a variable from vimrc

Open KNAFMI1 opened this issue 7 years ago • 0 comments

Hey,

I'm running into this issue that the location of validator.log is more or less hardcoded

It would be kind of nice if that path could be defined by a variable in vimrc.

In my case I have plugins installed and managed globally. Users can't write into this directory, only read it. Therefore, when validator starts, the users get a permission error. To avoid that I could instead set this path in the global vimrc to a place in the respective user's home, for instance ~/.vim/validator.log

KNAFMI1 avatar Sep 23 '18 23:09 KNAFMI1