mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
stdpaths: Remove outdated comment
This commit is contained in:
parent
25bb9c9f7d
commit
198ba323b8
@ -20,7 +20,6 @@ static const char *xdg_env_vars[] = {
|
|||||||
///
|
///
|
||||||
/// Used in case environment variables contain nothing. Need to be expanded.
|
/// Used in case environment variables contain nothing. Need to be expanded.
|
||||||
static const char *const xdg_defaults[] = {
|
static const char *const xdg_defaults[] = {
|
||||||
// Windows, Apple stuff are just shims right now
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
// Windows
|
// Windows
|
||||||
[kXDGConfigHome] = "$LOCALAPPDATA\\nvim\\config",
|
[kXDGConfigHome] = "$LOCALAPPDATA\\nvim\\config",
|
||||||
|
Loading…
Reference in New Issue
Block a user