commit | 3fd7480cd25f1e939fc2362e0644d497bcc81b71 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Wed Apr 20 22:07:41 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 20 22:07:41 2022 +0100 |
tree | 069c24c80a469aadd635da52c1ae978e8ab8b928 | |
parent | d0eaf675aa1f00bf7a10fd15b562098530a94991 [diff] [blame] |
patch 8.2.4801: fix for cursorbind fix not fully tested Problem: Fix for cursorbind fix not fully tested. Solution: Add another test case. (Christian Brabandt, closes #10240)
diff --git a/src/version.c b/src/version.c index 4c19455..ded3a61 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4801, +/**/ 4800, /**/ 4799,