diff options
author | oni-link <knil.ino@gmail.com> | 2015-03-13 18:31:52 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-13 17:27:44 -0400 |
commit | 0d8a10f6c5180511b36925bb7c66452c8126eb58 (patch) | |
tree | 2edf011db99f37885956f654d146e3564b42b77a | |
parent | a916696a130b2bb9517c01f77148dfb77ef304fd (diff) | |
download | rneovim-0d8a10f6c5180511b36925bb7c66452c8126eb58.tar.gz rneovim-0d8a10f6c5180511b36925bb7c66452c8126eb58.tar.bz2 rneovim-0d8a10f6c5180511b36925bb7c66452c8126eb58.zip |
vim-patch: mark 7.4.660 as included
refs #2138
vim-patch: https://code.google.com/p/vim/source/detail?r=476a12a96bb1e5ccc71b1c1010d529deca271617
-rw-r--r-- | src/nvim/version.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 4d25c63111..f876e78388 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -178,6 +178,10 @@ static char *(features[]) = { // clang-format off static int included_patches[] = { + //662, + //661, + 660, + //659, //658, //657, //656, |