diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2015-12-19 10:45:41 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2015-12-19 11:07:45 +0900 |
commit | 884c1241306d614679910c6eaa74c8f872f9b1dd (patch) | |
tree | 081a5bccdf215b7f4395c884e079c0d9df2593c1 /src/nvim/version.c | |
parent | e123675bcce886c1da3d917fbd88ab38cda7eba5 (diff) | |
download | rneovim-884c1241306d614679910c6eaa74c8f872f9b1dd.tar.gz rneovim-884c1241306d614679910c6eaa74c8f872f9b1dd.tar.bz2 rneovim-884c1241306d614679910c6eaa74c8f872f9b1dd.zip |
vim-patch:7.4.608, 7.4.612
Problem: test_eval fails when the clipboard feature is missing.
Solution: Skip part of the test. Reduce the text used.
https://github.com/vim/vim/commit/4ac163ae5f137af236931e778660cf7878d70c25
Problem: test_eval fails on Mac.
Solution: Use the * register instead of the + register. (Jun Takimoto)
https://github.com/vim/vim/commit/e08dd4e49e6d67686e3ba1322a641488ad67c711
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 33c310a8b2..ea68c3f35c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -381,11 +381,11 @@ static int included_patches[] = { 615, // 614, // 613, - // 612, + 612, // 611 NA // 610 NA 609, - // 608, + 608, // 607, 606, // 605, |