stdpaths: Remove outdated comment

This commit is contained in:
ZyX 2015-10-18 00:35:30 +03:00
parent 25bb9c9f7d
commit 198ba323b8

View File

@ -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",