diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-10-28 22:44:42 -0700 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-12 10:17:35 -0500 |
commit | bae31b764a5607fad5d914f271e93e10c2d0bfbe (patch) | |
tree | e3af8d044005cd673f90ba33974675f92ef4347b /src/nvim/version.c | |
parent | 3213b28c01313c7f0e7e0e01f72a0fbfef85fa3e (diff) | |
download | rneovim-bae31b764a5607fad5d914f271e93e10c2d0bfbe.tar.gz rneovim-bae31b764a5607fad5d914f271e93e10c2d0bfbe.tar.bz2 rneovim-bae31b764a5607fad5d914f271e93e10c2d0bfbe.zip |
vim-patch:7.4.1608
Problem: string() doesn't handle a partial.
Solution: Make a string from a partial.
https://github.com/vim/vim/commit/5c29154b521e9948190be653cfda666ecbb63b5b
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 442598c643..6bf99ca410 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -834,7 +834,7 @@ static int included_patches[] = { // 1611 NA // 1610 NA // 1609 NA - // 1608, + 1608, 1607, 1606, 1605, |