commit | 8d69637133e17370491b83da8657a15b991c2f76 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 10:40:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 10:40:07 2022 +0100 |
tree | 6fc2da44d8f79deccf2616ab2082c2c9de393b5b | |
parent | a7704226a26b95b15bf87d3a3a5128e23e4aaa06 [diff] [blame] |
patch 9.0.0234: cannot make difference between :normal end and argument char Problem: Cannot make difference between the end of :normal and a character in its argument. Solution: Add the "typebuf_was_empty" flag. (closes #10950)
diff --git a/src/version.c b/src/version.c index 92b55ee..07b571d 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 234, +/**/ 233, /**/ 232,