diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 4e258c5773..05c06ec7f9 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -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: > diff --git a/src/version.c b/src/version.c index 5b34ac70b2..88dc354e4f 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3323, /**/ 3322, /**/