aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-04-29 07:55:15 -0400
committerJames McCoy <jamessan@jamessan.com>2017-04-29 21:46:12 -0400
commit059c3fc2f952b42824ca37610c040c938a75de5c (patch)
treea54437dec6b35a011a76f6b2d442778aed596f40 /src/nvim/version.c
parentdbdc2d40bb7a950e294c6e50906f546707ccf390 (diff)
downloadrneovim-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.c2
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,