diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/os/stdpaths.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/os/stdpaths.c b/src/nvim/os/stdpaths.c index ef20fe0883..ce374828f9 100644 --- a/src/nvim/os/stdpaths.c +++ b/src/nvim/os/stdpaths.c @@ -20,7 +20,6 @@ static const char *xdg_env_vars[] = { /// /// Used in case environment variables contain nothing. Need to be expanded. static const char *const xdg_defaults[] = { - // Windows, Apple stuff are just shims right now #ifdef WIN32 // Windows [kXDGConfigHome] = "$LOCALAPPDATA\\nvim\\config", |