From 198ba323b89fbfb5ea254ec7595a5c58ba7d2aa4 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 18 Oct 2015 00:35:30 +0300 Subject: stdpaths: Remove outdated comment --- src/nvim/os/stdpaths.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/os/stdpaths.c') 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", -- cgit