diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-11-26 16:34:52 -0700 |
---|---|---|
committer | Michael Ennen <mike.ennen@gmail.com> | 2016-11-29 16:32:43 -0700 |
commit | d2be11fbf21ee37d6ae86818f2c1790ecf8fecca (patch) | |
tree | aaeef15cca0f276f6894331e6d9e68e5e2f23367 /src/nvim/version.c | |
parent | 3979c6cbed6399934a06da35881e4d351c588af0 (diff) | |
download | rneovim-d2be11fbf21ee37d6ae86818f2c1790ecf8fecca.tar.gz rneovim-d2be11fbf21ee37d6ae86818f2c1790ecf8fecca.tar.bz2 rneovim-d2be11fbf21ee37d6ae86818f2c1790ecf8fecca.zip |
vim-patch:7.4.1735
Problem: It is not possible to only see part of the message history. It is
not possible to clear messages.
Solution: Add a count to ":messages" and a clear argument. (Yasuhiro
Matsumoto)
https://github.com/vim/vim/commit/451f849fd6282a4facd4f0f58af62837443fb5a6
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 82a6f5f9a9..d64e68f66a 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -709,7 +709,7 @@ static int included_patches[] = { // 1738, // 1737 NA // 1736 NA - // 1735, + 1735, 1734, // 1733 NA 1732, |