commit | 267db7c3e32e1b55726e72966c75e8549621f9d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 02 21:37:45 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 02 21:37:45 2022 +0000 |
tree | 8616e7e2df5ef748297f4162dcb52e143f8da5ef | |
parent | 89469d157aea01513bde826b4519dd6b5fbceae4 [diff] [blame] |
patch 9.0.0994: tests for empty prop type name fail Problem: Tests for empty prop type name fail. Solution: Correct the error number.
diff --git a/src/version.c b/src/version.c index 9fbed7c..6b4f103 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 994, +/**/ 993, /**/ 992,