diff options
author | watiko <service@mail.watiko.net> | 2016-02-13 14:36:54 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-02-14 08:05:39 +0900 |
commit | 0b21956edbfd365401f45acc9d081408b475b29d (patch) | |
tree | 92e66bc328b3427780995995ec2e5d702b8072fd | |
parent | 364d764889c6611a4ecf6aea4fbe71715df23e73 (diff) | |
download | rneovim-0b21956edbfd365401f45acc9d081408b475b29d.tar.gz rneovim-0b21956edbfd365401f45acc9d081408b475b29d.tar.bz2 rneovim-0b21956edbfd365401f45acc9d081408b475b29d.zip |
version.c: Mark patches NA
NA patch list:
684: vim_tempfile() was refactored
https://github.com/vim/vim/commit/e5c421cfd70a4d864faa0fac4e9f2dd6cdf5881d
725: str_to_reg() was refactored
https://github.com/vim/vim/commit/659c94d483b2fdad949c14a42cee96f99a66394b
752: (Unicode 8.0) automatically generates these tables
https://github.com/vim/vim/commit/66312acf145f9d09fbc0dfa5caeafb715d5fd9ed
767: (clientserver)
https://github.com/vim/vim/commit/fafeee6b9e4b1a295001ed2139f9c5bc81eab836
804: (xxd)
https://github.com/vim/vim/commit/43fe32900c12fea5f9e15ee94ac850e95ec73188
812: ml_add_stack() was refactored by e53dda90bdb66c78978f75a1eb209f7b601a74f0
https://github.com/vim/vim/commit/fbd302ff38624abdec64980f4a19379d20a6e6c6
821: (coverity)
handled by 33cecbbf1667cd34324e6c6e7049ede1dbff426e
aca6dc50016bb6ebfe53b72dafca369ebcc99d29
bb674e0fcdc19ee069ad5130e5978d24b90765d0
https://github.com/vim/vim/commit/bd8539aac385d265d41da2e8ab59d7b9c3694557
827: (src/Makefile)
https://github.com/vim/vim/commit/8cba8ba3e026c12a5294a1260dbfea9c0d8fe7eb
838: (crypt, ifdef)
https://github.com/vim/vim/commit/8060687905bdadc46abb68ee6d40e5660e352297
839: (cast) vim_strnsave()'s 2nd argument type is already size_t
https://github.com/vim/vim/commit/6ed535dbc0981d328c02e139d6505207cbef4835
860: (empty commit) missing parts are in other runtime comitts
https://github.com/vim/vim/commit/a122b5e98afe18c9cfdab31b77d2a9fbb8e36416
865: (uninitializing) handled by 7f99d210fd6bf92619f295a439ee4ac7e1a8f353
https://github.com/vim/vim/commit/ed84b76021df763619cabaedddc44eb5ee849136
866: (netbeans)
https://github.com/vim/vim/commit/93c88e0f6a4a8f7634ed84721daf4af46fc0d5db
873: (netbeans, unused) related to 866
https://github.com/vim/vim/commit/b8603882b1679385b287f14c527fa61eee60a9dd
897: (clientserver)
https://github.com/vim/vim/commit/4e86150ec5b5158da92b28938ea55819dc890a14
---
NA runtime patch:
vim-patch:e2db6c9
-rw-r--r-- | src/nvim/version.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 4b00349270..f332e55ca4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -391,7 +391,7 @@ static int included_patches[] = { // 900 NA // 899 NA 898, - // 897, + // 897 NA // 896, // 895, // 894 NA @@ -415,20 +415,20 @@ static int included_patches[] = { // 876 NA // 875 NA // 874 NA - // 873, + // 873 NA // 872 NA // 871, // 870, // 869 NA // 868, // 867 NA - // 866, - // 865, + // 866 NA + // 865 NA // 864 NA // 863 NA // 862 NA // 861 NA - // 860, + // 860 NA // 859, 858, // 857, @@ -449,8 +449,8 @@ static int included_patches[] = { // 842 NA // 841 NA // 840 NA - // 839, - // 838, + // 839 NA + // 838 NA // 837 NA 836, // 835, @@ -461,13 +461,13 @@ static int included_patches[] = { // 830, // 829 NA 828, - // 827, + // 827 NA 826, 825, // 824 NA 823, // 822, - // 821, + // 821 NA 820, // 819, // 818, @@ -476,7 +476,7 @@ static int included_patches[] = { 815, 814, 813, - // 812, + // 812 NA 811, 810, 809, @@ -484,7 +484,7 @@ static int included_patches[] = { 807, 806, 805, - // 804, + // 804 NA 803, 802, 801, @@ -521,7 +521,7 @@ static int included_patches[] = { // 770 NA 769, 768, - // 767, + // 767 NA // 766 NA 765, 764, @@ -536,7 +536,7 @@ static int included_patches[] = { 755, 754, 753, - // 752, + // 752 NA // 751 NA // 750 NA 749, @@ -563,7 +563,7 @@ static int included_patches[] = { // 728 NA // 727 NA // 726 NA - // 725, + // 725 NA // 724 NA 723, 722, @@ -604,7 +604,7 @@ static int included_patches[] = { // 687 NA 686, 685, - // 684, + // 684 NA // 683 NA 682, // 681 NA |