diff src/vim9script.c @ 29006:99a7eb1881c7 v8.2.5025

patch 8.2.5025: Vim9: a few lines not covered by tests Commit: https://github.com/vim/vim/commit/5cb53b7afe6bde8f2bf6fc6b65b86071b67a8554 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 26 19:54:05 2022 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 May 2022 21:00:04 +0200
parents 9a7a2908e1a8
children 842690841d50
line wrap: on
line diff
--- a/src/vim9script.c
+++ b/src/vim9script.c
@@ -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.
  */