spf13-vim icon indicating copy to clipboard operation
spf13-vim copied to clipboard

*nix preliminary XDG support

Open mwilliammyers opened this issue 9 years ago • 12 comments

Need to test this on someone else's machine. On mine the colors seem to be screwed up even though I didn't touch that part of the code.

mwilliammyers avatar Aug 11 '15 02:08 mwilliammyers

Setting viminfo like set viminfo+=n$XDG_CACHE_HOME/vim/viminfo as suggested in this great blog post did not work for me.

mwilliammyers avatar Aug 11 '15 03:08 mwilliammyers

To be clear I did not attempt to handle any support for Windows as XDG doesn't really support Windows... It would be wise to have someone test this on Windows at some point down the road though to make sure everything runs fine...

mwilliammyers avatar Aug 11 '15 20:08 mwilliammyers

can you rebase this, once you've completed the mentioned changes?

ghost avatar Aug 14 '15 04:08 ghost

FYI I just started school again :( so I don't know when I will be able to fix everything...

mwilliammyers avatar Aug 28 '15 06:08 mwilliammyers

Would you have time to apply some of the fixes (like removing the [[ from bootstrap.sh) and then rebase it? Don't bother trying to experiment with the source/eval stuff.

ghost avatar Aug 28 '15 07:08 ghost

Yes I could do that.

mwilliammyers avatar Aug 28 '15 07:08 mwilliammyers

can you still? :)

ghost avatar Oct 16 '15 20:10 ghost

neovim has xdg support now: https://github.com/neovim/neovim/commit/1ca5646bb52ec5c23b28f45bb7bc5d25cffad9b0

EDIT: previously had pasted to the wrong commit!

ghost avatar Oct 26 '15 05:10 ghost

@mkwmms @jrobeson what's the status of this? I'd love to get it in.

spf13 avatar Nov 04 '15 22:11 spf13

i don't think it's been rebased since I asked for it. I think I wasn't sure if there was any concerns (performance, security, etc) with using exec like so:

exec 'source ' . somevar

ghost avatar Nov 05 '15 04:11 ghost

@jrobeson I'm not familiar with XDG and I'm not yet using NeoVim so if you could own either getting this rebased and merged or close it that would be awesome. cc @mkwmms

spf13 avatar Dec 15 '15 17:12 spf13

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Oct 24 '19 13:10 CLAassistant