commit | b340baed9f7fc1c19a0742e2214d54982190c15e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 15 19:51:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 15 19:51:56 2020 +0200 |
tree | fdddb599beb4c7b83df200516e63c98703004457 | |
parent | 47a519a933e8bcaf703a5feaac5c01491a658ee3 [diff] [blame] |
patch 8.2.0982: insufficient testing for reading/writing files Problem: Insufficient testing for reading/writing files. Solution: Add more tests. (Yegappan Lakshmanan, closes #6257) Add "ui_delay" to test_override() and use it for the CTRL-O test.
diff --git a/src/version.c b/src/version.c index b811ae0..0866fcc 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 982, +/**/ 981, /**/ 980,