diff options
author | James McCoy <jamessan@jamessan.com> | 2016-12-12 11:33:51 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-27 14:10:01 -0500 |
commit | 29d7a597115b692a7e2e39d213b87ac566444a5c (patch) | |
tree | 6987338040b62906f1e172d1e486e53ea469e0d4 /src/nvim/version.c | |
parent | e89efe75f9fd872e2c7323ea525b35af90e8afa0 (diff) | |
download | rneovim-29d7a597115b692a7e2e39d213b87ac566444a5c.tar.gz rneovim-29d7a597115b692a7e2e39d213b87ac566444a5c.tar.bz2 rneovim-29d7a597115b692a7e2e39d213b87ac566444a5c.zip |
vim-patch:7.4.1768
Problem: Arguments of setqflist() are not checked properly.
Solution: Add better checks, add a test. (Nikolai Pavlov, Hirohito Higashi,
closes vim/vim#661)
https://github.com/vim/vim/commit/d106e5ba7f10f0d2a14eaefe5d78405044416cb9
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 d10d5cf75b..a5addaf819 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -672,7 +672,7 @@ static int included_patches[] = { // 1771 NA // 1770 NA // 1769, - // 1768, + 1768, // 1767 NA // 1766 NA 1765, |