mirror of
https://github.com/zoriya/vim.git
synced 2025-12-20 22:25:20 +00:00
patch 8.2.3413: Vim9: too many characters are allowed in import name
Problem: Vim9: too many characters are allowed in import name. Solution: Disallow ':' and '#', check for white space. (closes #8845)
This commit is contained in:
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3413,
|
||||
/**/
|
||||
3412,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user