commit | 66761db11d321d60d4692947e90de9030301f6ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 22:07:51 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 22:07:51 2019 +0200 |
tree | 1f212b77de9d722ce6f4945dc9b8beea964d5390 | |
parent | d0380dc7820828cb7faa06138d4e86a63c1d755d [diff] [blame] |
patch 8.1.1469: no test for checking the cursor style response Problem: No test for checking the cursor style response. Solution: Add a simple test. Also include the missing part of 8.1.1464.
diff --git a/src/version.c b/src/version.c index 443a114..6317804 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1469, +/**/ 1468, /**/ 1467,