diff options
author | ZyX <kp-pav@yandex.ru> | 2015-10-18 00:35:30 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-10-23 14:54:11 +0300 |
commit | 198ba323b89fbfb5ea254ec7595a5c58ba7d2aa4 (patch) | |
tree | 9bba1257be682cf674dbdd9e7d3d1906074deafe /src/nvim/os/stdpaths.c | |
parent | 25bb9c9f7d467563f90e1c492f62132ac23ab97b (diff) | |
download | rneovim-198ba323b89fbfb5ea254ec7595a5c58ba7d2aa4.tar.gz rneovim-198ba323b89fbfb5ea254ec7595a5c58ba7d2aa4.tar.bz2 rneovim-198ba323b89fbfb5ea254ec7595a5c58ba7d2aa4.zip |
stdpaths: Remove outdated comment
Diffstat (limited to 'src/nvim/os/stdpaths.c')
-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", |