tygoetsch
tygoetsch
Morning, I've already thumbsed-up the issue to show my support for this feature. I *heavily* use the '#' sign to comment out commands so I can either return to them...
Hey Dan, I think the cause is the lack of atomic file creation on Chicoma. So presumably the only issue on Pavilion's part is that the error was misreported.
Rather niche case, sitting in a pav2-lanl directory that isn't the $PAV_CONFIG_DIR while trying to use pavilion2, however I figure it's worth tracking as an issue.
This is working with hpctest/pavilion/next/src. The last commit pulled was d223 on Jan 18. Not sure if it's been addressed since.
@junegunn my Plug command looks like this: ``` Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } ```
I've tried inserting a variable that is set to the machine architecture into the 'dir': '~/.fzf' bit, but it just gets ignored. I haven't worked on it a lot, so...