diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-19 11:56:11 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-19 11:56:11 -0500 |
commit | 189427efd7b905c00f155f5f9ce5123eca599e44 (patch) | |
tree | c6a86f33b6f45314ec3bed87c1c6e416d73d0d96 | |
parent | 943b06329075865e4453a90f83afcbcfb2151965 (diff) | |
parent | 67f896562df3cc606aff86aafb30ad8f6cc4f307 (diff) | |
download | rneovim-189427efd7b905c00f155f5f9ce5123eca599e44.tar.gz rneovim-189427efd7b905c00f155f5f9ce5123eca599e44.tar.bz2 rneovim-189427efd7b905c00f155f5f9ce5123eca599e44.zip |
Merge pull request #1707 from fwalch/na-patches
vim-patch: Mark patches as NA.
-rw-r--r-- | src/nvim/version.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 46d4fd3dc9..43b759e9fb 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -178,6 +178,14 @@ static char *(features[]) = { }; static int included_patches[] = { + //560, + //559, + //558 NA + //557 NA + //556 NA + //555 NA + //554, + //553, //552, //551, //550, |