]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0234: cannot make difference between :normal end and argument char v9.0.0234
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Aug 2022 09:40:07 +0000 (10:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Aug 2022 09:40:07 +0000 (10:40 +0100)
commit8d69637133e17370491b83da8657a15b991c2f76
tree6fc2da44d8f79deccf2616ab2082c2c9de393b5b
parenta7704226a26b95b15bf87d3a3a5128e23e4aaa06
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)
src/getchar.c
src/globals.h
src/normal.c
src/version.c