0
0
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:
Bram Moolenaar
2022-05-26 19:54:05 +01:00
parent e2fa213cf5
commit 5cb53b7afe
4 changed files with 44 additions and 1 deletions

View File

@@ -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.
*/