mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.1625: "super" is not considered a reserved name
Problem: "super" is not considered a reserved name. Solution: Add "super" to the list of reserved names. (closes #12515)
This commit is contained in:
@@ -1122,6 +1122,7 @@ static char *reserved[] = {
|
||||
"null_string",
|
||||
"null_channel",
|
||||
"null_job",
|
||||
"super",
|
||||
"this",
|
||||
NULL
|
||||
};
|
||||
|
Reference in New Issue
Block a user