]> granicus.if.org Git - vim/commitdiff
patch 8.2.3323: Vim9: Cannot use :silent with :endwhile v8.2.3323
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Aug 2021 08:23:27 +0000 (10:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Aug 2021 08:23:27 +0000 (10:23 +0200)
Problem:    Vim9: Cannot use :silent with :endwhile.
Solution:   Allow for using the :silent modifier. (closes #8737)

runtime/doc/eval.txt
src/version.c

index 4e258c57731cdf484ad59a71ca72279b6b849c6f..05c06ec7f90e7bc5c38a22b90d99f22f470ab4ba 100644 (file)
@@ -4539,7 +4539,7 @@ exists({expr})    The result is a Number, which is |TRUE| if {expr} is defined,
                        Varname()->exists()
 <
 
-exists_compiled({expr})                                                *exists()*
+exists_compiled({expr})                                        *exists_compiled()*
                Like `exists()` but evaluated at compile time.  This is useful
                to skip a block where a function is used that would otherwise
                give an error: >
index 5b34ac70b20e37ca66a2748f17c54ced1cfe5f1c..88dc354e4fa606170ec5e53c0bbde62f1c836eb0 100644 (file)
@@ -755,6 +755,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3323,
 /**/
     3322,
 /**/