diff options
author | oni-link <knil.ino@gmail.com> | 2014-12-28 23:36:09 +0100 |
---|---|---|
committer | oni-link <knil.ino@gmail.com> | 2014-12-29 00:11:18 +0100 |
commit | a3a19156849143e3fd00cd2f5db822ff54e4968e (patch) | |
tree | dff244aca8021ef395d4f858f0f3dadb421f1cac | |
parent | a42e5eeb79f310d3a59dbbce9e7d2fb02f81783d (diff) | |
download | rneovim-a3a19156849143e3fd00cd2f5db822ff54e4968e.tar.gz rneovim-a3a19156849143e3fd00cd2f5db822ff54e4968e.tar.bz2 rneovim-a3a19156849143e3fd00cd2f5db822ff54e4968e.zip |
vim-patch: Mark patches as NA
Code modified in patch 7.4.402 and 7.4.443 was introduced with
patch 7.4.399, which is also marked as NA (FEAT_CRYPT was removed).
Patch 7.4.509 needs the removed FEAT_CRYPT.
-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 288342a3a8..d81881e59c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -229,7 +229,7 @@ static int included_patches[] = { //512 NA //511 NA //510 NA - //509, + //509 NA 508, //507 NA //506 NA @@ -294,7 +294,7 @@ static int included_patches[] = { //446, //445, 444, - //443, + //443 NA 442, 441, 440, @@ -335,7 +335,7 @@ static int included_patches[] = { 405, //404 NA //403 NA - //402, + //402 NA //401 NA //400 NA //399 NA |