diff options
author | Florian Walch <florian@fwalch.com> | 2014-12-23 12:44:09 +0100 |
---|---|---|
committer | Florian Walch <florian@fwalch.com> | 2014-12-25 19:05:52 +0100 |
commit | 9854ba72769feb03ad06e5ea859c7c38db03a9d3 (patch) | |
tree | d7fcaf2b1ae56922333ce2ab839887cb3933c39b /src/nvim/version.c | |
parent | 7231a23cf651f8d950f53d4537e650085a41fb66 (diff) | |
download | rneovim-9854ba72769feb03ad06e5ea859c7c38db03a9d3.tar.gz rneovim-9854ba72769feb03ad06e5ea859c7c38db03a9d3.tar.bz2 rneovim-9854ba72769feb03ad06e5ea859c7c38db03a9d3.zip |
vim-patch:7.4.486
Problem: Check for writing to a yank register is wrong.
Solution: Negate the check. (Zyx). Also clean up the #ifdefs.
https://code.google.com/p/vim/source/detail?r=v7-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 a63798f80c..2c648eded6 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, |