diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-09-20 18:55:41 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-09-20 18:55:41 -0400 |
commit | 9d4e8fffa11f1794a385165a14a9a84e69ac26ec (patch) | |
tree | 48ba490ad6f0efa08ba972302ce49672495207b4 | |
parent | 0375128377ef89d833e19a5e58a69f628a0e5d6c (diff) | |
parent | 0171d4a2695b3d7c759b0b109094bf045c902cdb (diff) | |
download | rneovim-9d4e8fffa11f1794a385165a14a9a84e69ac26ec.tar.gz rneovim-9d4e8fffa11f1794a385165a14a9a84e69ac26ec.tar.bz2 rneovim-9d4e8fffa11f1794a385165a14a9a84e69ac26ec.zip |
Merge pull request #1204 from Shougo/version-7.4.444
Update version.c to Vim 7.4.444
-rw-r--r-- | src/nvim/version.c | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index df4c3bd5ce..a5f3e91fac 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -184,7 +184,40 @@ static char *(features[]) = { }; static int included_patches[] = { - // Add new patch number below this line + //444, + //443, + //442, + //441, + //440, + //439, + //438, + //437, + //436, + //435, + //434, + //433, + //432 NA + //431 NA + //430, + //429 NA + //428 NA + //427, + //426 NA + //425, + //424 NA + //423, + //422, + //421, + //420 NA + //419, + //418, + //417, + //416, + //415, + //414, + //413 NA + //412 NA + //411, 410, //409 NA //408, |