commit | d9eefe3155277cec71105f52d34a76f7a3237e7f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 14:22:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 14:22:21 2019 +0200 |
tree | b2a42a781316b5a5e4a5537bd4da12b3dedc5f50 | |
parent | 73655cf0ca37a9aa8f56fc51bb853a8b1f7b43d4 [diff] [blame] |
patch 8.1.1124: insert completion flags are mixed up Problem: Insert completion flags are mixed up. Solution: Clean up flags use of ins_compl_add() and cp_flags.
diff --git a/src/version.c b/src/version.c index d09ac29..8e3e639 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1124, +/**/ 1123, /**/ 1122,