summaryrefslogtreecommitdiff
path: root/data/vim/patches/8.1.0517
diff options
context:
space:
mode:
Diffstat (limited to 'data/vim/patches/8.1.0517')
-rw-r--r--data/vim/patches/8.1.051764
1 files changed, 64 insertions, 0 deletions
diff --git a/data/vim/patches/8.1.0517 b/data/vim/patches/8.1.0517
new file mode 100644
index 000000000..5c5549d3f
--- /dev/null
+++ b/data/vim/patches/8.1.0517
@@ -0,0 +1,64 @@
+To: vim_dev@googlegroups.com
+Subject: Patch 8.1.0517
+Fcc: outbox
+From: Bram Moolenaar <Bram@moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 8.1.0517
+Problem: Test_window_split_edit_alternate() fails on AppVeyor.
+Solution: Disable the failing part for now.
+Files: src/testdir/test_window_cmd.vim
+
+
+*** ../vim-8.1.0516/src/testdir/test_window_cmd.vim 2018-11-10 16:01:23.331381891 +0100
+--- src/testdir/test_window_cmd.vim 2018-11-10 20:26:30.734372854 +0100
+***************
+*** 125,134 ****
+ call assert_equal(l:nr2, winbufnr(2))
+ only
+
+! " Test the Normal mode command.
+! call feedkeys("\<C-W>\<C-^>", 'tx')
+! call assert_equal(l:nr2, winbufnr(1))
+! call assert_equal(l:nr1, winbufnr(2))
+
+ %bw!
+ endfunc
+--- 125,137 ----
+ call assert_equal(l:nr2, winbufnr(2))
+ only
+
+! " FIXME: this currently fails on AppVeyor, but passes locally
+! if !has('win32')
+! " Test the Normal mode command.
+! call feedkeys("\<C-W>\<C-^>", 'tx')
+! call assert_equal(l:nr2, winbufnr(1))
+! call assert_equal(l:nr1, winbufnr(2))
+! endif
+
+ %bw!
+ endfunc
+*** ../vim-8.1.0516/src/version.c 2018-11-10 18:54:40.660592045 +0100
+--- src/version.c 2018-11-10 19:24:44.341315450 +0100
+***************
+*** 794,795 ****
+--- 794,797 ----
+ { /* Add new patch number below this line */
++ /**/
++ 517,
+ /**/
+
+--
+ARTHUR: I am your king!
+WOMAN: Well, I didn't vote for you.
+ARTHUR: You don't vote for kings.
+WOMAN: Well, 'ow did you become king then?
+ The Quest for the Holy Grail (Monty Python)
+
+ /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
+/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\ an exciting new programming language -- http://www.Zimbu.org ///
+ \\\ help me help AIDS victims -- http://ICCF-Holland.org ///