mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
option,main: Partial support of XDG base directory specification
- Add functions that are able to query XDG. - Replace defaults for - &runtimepath. Does not follow #78. - &viewdir. - &undodir. - &directory. - &backupdir. Does not follow #78. - vimrc location. - Remove user vimrc file line from :version message.
This commit is contained in:
@@ -1067,21 +1067,6 @@ void list_version(void)
|
||||
version_msg(SYS_VIMRC_FILE);
|
||||
version_msg("\"\n");
|
||||
#endif // ifdef SYS_VIMRC_FILE
|
||||
#ifdef USR_VIMRC_FILE
|
||||
version_msg(_(" user vimrc file: \""));
|
||||
version_msg(USR_VIMRC_FILE);
|
||||
version_msg("\"\n");
|
||||
#endif // ifdef USR_VIMRC_FILE
|
||||
#ifdef USR_VIMRC_FILE2
|
||||
version_msg(_(" 2nd user vimrc file: \""));
|
||||
version_msg(USR_VIMRC_FILE2);
|
||||
version_msg("\"\n");
|
||||
#endif // ifdef USR_VIMRC_FILE2
|
||||
#ifdef USR_VIMRC_FILE3
|
||||
version_msg(_(" 3rd user vimrc file: \""));
|
||||
version_msg(USR_VIMRC_FILE3);
|
||||
version_msg("\"\n");
|
||||
#endif // ifdef USR_VIMRC_FILE3
|
||||
#ifdef USR_EXRC_FILE
|
||||
version_msg(_(" user exrc file: \""));
|
||||
version_msg(USR_EXRC_FILE);
|
||||
|
Reference in New Issue
Block a user