mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.5025: Vim9: a few lines not covered by tests
Problem: Vim9: a few lines not covered by tests. Solution: Add a few tests.
This commit is contained in:
@@ -804,7 +804,7 @@ find_exported(
|
||||
}
|
||||
|
||||
/*
|
||||
* Declare a script-local variable without init: "let var: type".
|
||||
* Declare a script-local variable without init: "var name: type".
|
||||
* "const" is an error since the value is missing.
|
||||
* Returns a pointer to after the type.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user