diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-26 09:34:22 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-26 09:34:22 -0500 |
commit | 1c6cd9f239c9af32008e97ef717bf28514c28613 (patch) | |
tree | 1a5395a40dd7c1d638f103c5a9f0dc2d36bfbaa5 /src/nvim/version.c | |
parent | 78faf274f3ebf0098d6056db65ced2c80aaa8e46 (diff) | |
parent | 9854ba72769feb03ad06e5ea859c7c38db03a9d3 (diff) | |
download | rneovim-1c6cd9f239c9af32008e97ef717bf28514c28613.tar.gz rneovim-1c6cd9f239c9af32008e97ef717bf28514c28613.tar.bz2 rneovim-1c6cd9f239c9af32008e97ef717bf28514c28613.zip |
Merge pull request #1730 from fwalch/vim-7.4.486
vim-patch:7.4.486
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 0ecc7992ca..7eb528f91c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -252,7 +252,7 @@ static int included_patches[] = { 489, 488, //487, - //486, + 486, 485, //484 NA 483, |