diff options
| author | rover <pathfinder2013@126.com> | 2017-01-05 22:17:58 +0800 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-02-10 00:34:47 -0500 |
| commit | 845fa57db8430ac3e662096469fa328491905996 (patch) | |
| tree | 095abd052bc3226c0709c00dd8f4dba5586c3b89 /src/nvim/version.c | |
| parent | 13ce5fd108123c3ad0ec44f7e0e41b63b2a9974f (diff) | |
| download | rneovim-845fa57db8430ac3e662096469fa328491905996.tar.gz rneovim-845fa57db8430ac3e662096469fa328491905996.tar.bz2 rneovim-845fa57db8430ac3e662096469fa328491905996.zip | |
vim-patch:7.4.2148
Problem: Not much testing for cscope.
Solution: Add a test that uses the cscope program. (Christian Brabandt)
https://github.com/vim/vim/commit/edf634e0f1985c5ea1afb5b480b47a44cabbce34
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 73b5c96be0..f34421aae0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -292,7 +292,7 @@ static int included_patches[] = { // 2151, // 2150 NA 2149, - // 2148, + 2148, 2147, 2146, // 2145 NA |