diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-11-26 16:23:26 -0700 |
---|---|---|
committer | Michael Ennen <mike.ennen@gmail.com> | 2016-11-29 16:32:43 -0700 |
commit | f94740097bc8309946c145f496592f4da6e4ce54 (patch) | |
tree | 03a92f3c7b928ee69f40f174ed3fcf1396d52d79 /src/nvim/version.c | |
parent | d2be11fbf21ee37d6ae86818f2c1790ecf8fecca (diff) | |
download | rneovim-f94740097bc8309946c145f496592f4da6e4ce54.tar.gz rneovim-f94740097bc8309946c145f496592f4da6e4ce54.tar.bz2 rneovim-f94740097bc8309946c145f496592f4da6e4ce54.zip |
vim-patch:7.4.1738
Problem: Count for ":messages" depends on number of lines.
Solution: Add ADDR_OTHER address type.
https://github.com/vim/vim/commit/5d91646599a7b74310845e30a2a52ff197dc0ed7
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 d64e68f66a..db4ca60ceb 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -706,7 +706,7 @@ static int included_patches[] = { 1741, 1740, // 1739, - // 1738, + 1738, // 1737 NA // 1736 NA 1735, |