commit | bc4fd43160739efb93c39589dcc9ffd5d5a951d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 12 14:36:27 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 12 14:36:27 2019 +0200 |
tree | e095611dd15f68a9b5c962c1e63976bed0777a4e | |
parent | a9b2535f44f3265940a18d08520a9ad4ef7bda82 [diff] [blame] |
patch 8.1.1328: no test for listener with undo operation Problem: No test for listener with undo operation. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index d45484f..74dba7c 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1328, +/**/ 1327, /**/ 1326,