mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.3323: Vim9: Cannot use :silent with :endwhile
Problem: Vim9: Cannot use :silent with :endwhile. Solution: Allow for using the :silent modifier. (closes #8737)
This commit is contained in:
@@ -4539,7 +4539,7 @@ exists({expr}) The result is a Number, which is |TRUE| if {expr} is defined,
|
|||||||
Varname()->exists()
|
Varname()->exists()
|
||||||
<
|
<
|
||||||
|
|
||||||
exists_compiled({expr}) *exists()*
|
exists_compiled({expr}) *exists_compiled()*
|
||||||
Like `exists()` but evaluated at compile time. This is useful
|
Like `exists()` but evaluated at compile time. This is useful
|
||||||
to skip a block where a function is used that would otherwise
|
to skip a block where a function is used that would otherwise
|
||||||
give an error: >
|
give an error: >
|
||||||
|
@@ -755,6 +755,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
3323,
|
||||||
/**/
|
/**/
|
||||||
3322,
|
3322,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user