aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-03-25 14:28:03 -0400
committerJames McCoy <jamessan@jamessan.com>2016-03-30 08:30:35 -0400
commit62c0d99474eb0dffcd36d227057755c16c8a9570 (patch)
treeab506f6d5c9198a59e531129ca8bba4ebcf1b003 /src
parente4d1bf7177e00eb41928bd17ae4c3c936f047053 (diff)
downloadrneovim-62c0d99474eb0dffcd36d227057755c16c8a9570.tar.gz
rneovim-62c0d99474eb0dffcd36d227057755c16c8a9570.tar.bz2
rneovim-62c0d99474eb0dffcd36d227057755c16c8a9570.zip
vim-patch:7.4.1652
Problem: Old style test for fnamemodify(). Solution: Turn it into a new style test. https://github.com/vim/vim/commit/610cc1b9b3c8104382f5506606c1f87118c28114
Diffstat (limited to 'src')
-rw-r--r--src/nvim/version.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 0889ba8ccf..bab3d1573a 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -69,6 +69,7 @@ static char *features[] = {
// clang-format off
static int included_patches[] = {
+ 1652,
1643,
1641,
1574,