diff options
author | James McCoy <jamessan@jamessan.com> | 2017-04-29 07:55:15 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-04-29 21:46:12 -0400 |
commit | 059c3fc2f952b42824ca37610c040c938a75de5c (patch) | |
tree | a54437dec6b35a011a76f6b2d442778aed596f40 /src/nvim/version.c | |
parent | dbdc2d40bb7a950e294c6e50906f546707ccf390 (diff) | |
download | rneovim-059c3fc2f952b42824ca37610c040c938a75de5c.tar.gz rneovim-059c3fc2f952b42824ca37610c040c938a75de5c.tar.bz2 rneovim-059c3fc2f952b42824ca37610c040c938a75de5c.zip |
vim-patch:7.4.2239
Problem: Warning for missing declaration of skip_vimgrep_pat(). (John
Marriott)
Solution: Move it to another file.
https://github.com/vim/vim/commit/9baf297c99cc35adb921bee04369499d76438889
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 b3ab5d0d2c..cdd617e68c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -205,7 +205,7 @@ static const int included_patches[] = { 2242, 2241, 2240, - // 2239, + 2239, // 2238 NA 2237, 2236, |