aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-05-03 13:41:26 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-05-03 13:43:08 -0400
commitcd16e036d1ca1853853125fe4bc0ce6a8a2b4eb1 (patch)
treeb50b7a51bd99a34ed821223458167041f0c2619a /src
parent88f46501144801736c22db49eb96f88b98903028 (diff)
downloadrneovim-cd16e036d1ca1853853125fe4bc0ce6a8a2b4eb1.tar.gz
rneovim-cd16e036d1ca1853853125fe4bc0ce6a8a2b4eb1.tar.bz2
rneovim-cd16e036d1ca1853853125fe4bc0ce6a8a2b4eb1.zip
vim-patch:8.2.0691: startup test fails
Problem: Startup test fails. Solution: Adjust expected output from -V2 argument. https://github.com/vim/vim/commit/7779ee30d912e9dd5bd2371f8b27057bd249d53c
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_startup.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_startup.vim b/src/nvim/testdir/test_startup.vim
index 15b55d35c1..4741753f31 100644
--- a/src/nvim/testdir/test_startup.vim
+++ b/src/nvim/testdir/test_startup.vim
@@ -271,7 +271,7 @@ func Test_V_arg()
call assert_equal(" verbose=0\n", out)
let out = system(GetVimCommand() . ' --clean -es -X -V2 -c "set verbose?" -cq')
- " call assert_match("sourcing \"$VIMRUNTIME[\\/]defaults\.vim\"\r\nSearching for \"filetype\.vim\".*\n", out)
+ " call assert_match("sourcing \"$VIMRUNTIME[\\/]defaults\.vim\"\r\nline \\d\\+: sourcing \"[\\./]*runtime[\\/]filetype\.vim\".*\n", out)
call assert_match(" verbose=2\n", out)
let out = system(GetVimCommand() . ' --clean -es -X -V15 -c "set verbose?" -cq')