diff options
author | rover <pathfinder2013@126.com> | 2017-01-07 19:52:37 +0800 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-02-10 00:35:34 -0500 |
commit | a5dd1274628cb88ee538469594c0b75ab9a59e7e (patch) | |
tree | fd8e32ceaff4bb777689d4f0c659cf19fdc19c89 /src/nvim/version.c | |
parent | 845fa57db8430ac3e662096469fa328491905996 (diff) | |
download | rneovim-a5dd1274628cb88ee538469594c0b75ab9a59e7e.tar.gz rneovim-a5dd1274628cb88ee538469594c0b75ab9a59e7e.tar.bz2 rneovim-a5dd1274628cb88ee538469594c0b75ab9a59e7e.zip |
vim-patch:7.4.2159
Problem: Insufficient testing for cscope.
Solution: Add more tests. (Dominique Pelle)
https://github.com/vim/vim/commit/5971dab1126d6279c6e523f4fedc2f1e6fb9b4c9
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 f34421aae0..73bdfc3116 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -281,7 +281,7 @@ static int included_patches[] = { 2162, // 2161, 2160, - // 2159, + 2159, 2158, // 2157 NA // 2156 NA |