boysetsfrog / vimpc

Official repository for vimpc a vi/vim inspired client for the Music Player Daemon (mpd). Pull requests are welcome.
GNU General Public License v3.0
266 stars 34 forks source link

Comply with XDG Base Directory Specification #83

Closed lhanson closed 5 years ago

lhanson commented 5 years ago

The specification states that if

$XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used".

This patch changes the unspecified default path from ~/.vimpcrc to ~/.config/vimpc/vimpcrc and updates the documentation to reflect the XDG location.

steils commented 5 years ago

If I were the maintainer of the project I would ask to rebase on top of origin/master and squash commits https://github.com/boysetsfrog/vimpc/pull/83/commits/cc1a6043f8db80f4e287863a553d1e57b7b6f76c and https://github.com/boysetsfrog/vimpc/pull/83/commits/7e0156db8afa7b9d8faf261ee8f2565d29201340

It would be much easier to review.