diff options
author | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-04-14 21:46:33 +0200 |
---|---|---|
committer | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-04-15 20:17:07 +0200 |
commit | 8a2cf943f7407659bd196ec92fd9eff0673fe1c1 (patch) | |
tree | 9a953a1f5f3ade6cf1cecf054c3ce9492393dcc3 | |
parent | e34cdf6e7993d7733cf7101c3533ca980d078d8c (diff) | |
download | rneovim-8a2cf943f7407659bd196ec92fd9eff0673fe1c1.tar.gz rneovim-8a2cf943f7407659bd196ec92fd9eff0673fe1c1.tar.bz2 rneovim-8a2cf943f7407659bd196ec92fd9eff0673fe1c1.zip |
vim-patch:7.4.1284
Problem: Test 49 fails.
Solution: Check for a different error message.
https://github.com/vim/vim/commit/dc94a26a641914df5f1ba1ab47a5752e1137287e
Applied cleanly except for version.c.
-rw-r--r-- | src/nvim/testdir/test49.vim | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nvim/testdir/test49.vim b/src/nvim/testdir/test49.vim index 27fa157f22..edd49a2b63 100644 --- a/src/nvim/testdir/test49.vim +++ b/src/nvim/testdir/test49.vim @@ -1,6 +1,6 @@ " Vim script language tests " Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com> -" Last Change: 2016 Jan 02 +" Last Change: 2016 Feb 07 "------------------------------------------------------------------------------- " Test environment {{{1 @@ -5749,8 +5749,7 @@ function! F() if !caught && !$VIMNOERRTHROW Xpath 8192 " X: 0 endif - if caught ? !MSG('E55', 'Unmatched \\)') - \ : !MSG('E475', "Invalid argument") + if !MSG('E475', "Invalid argument") Xpath 16384 " X: 0 endif if !caught |