diff options
author | lonerover <pathfinder1644@yahoo.com> | 2017-03-29 07:30:54 +0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-29 01:30:54 +0200 |
commit | e86042ae178736d657b5da12adce4479633aa8d5 (patch) | |
tree | cddafc4fcf976e4352b43e2a4dc3632f98986963 /src/nvim/version.c | |
parent | b9e7ab1484784903b3233309a402138dc42e7e59 (diff) | |
download | rneovim-e86042ae178736d657b5da12adce4479633aa8d5.tar.gz rneovim-e86042ae178736d657b5da12adce4479633aa8d5.tar.bz2 rneovim-e86042ae178736d657b5da12adce4479633aa8d5.zip |
vim-patch:7.4.2343 and mark NA patches (#6384)
vim-patch:7.4.2343
Problem: Too many old file tests.
Solution: Turn several into new style tests. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/53f1673cd909eb1c809c6a9086e3d104a0df9bed
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 500e8984c0..dd583f6ffd 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -74,10 +74,10 @@ static char *features[] = { // clang-format off static int included_patches[] = { - // 2367, + // 2367,NA // 2366 NA // 2365 NA - // 2364, + // 2364,NA // 2363 NA 2362, // 2361 NA @@ -98,7 +98,7 @@ static int included_patches[] = { 2346, // 2345 NA // 2344 NA - // 2343, + 2343, // 2342 NA 2341, // 2340 NA |