mirror of
https://github.com/neovim/neovim.git
synced 2025-10-12 21:06:13 +00:00
stdpaths: Remove outdated comment
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user