From: Yegappan Lakshmanan Date: Mon, 6 Mar 2023 14:41:26 +0000 (-0800) Subject: Fix test failure in jumping to a tag X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=cda6e3da279f82f9d11b4478dfafbf447716d909;p=vim-lsp.git Fix test failure in jumping to a tag --- diff --git a/test/unit_tests.vim b/test/unit_tests.vim index 9e4a48b..8bd1010 100644 --- a/test/unit_tests.vim +++ b/test/unit_tests.vim @@ -867,7 +867,7 @@ def Test_LspTagFunc() :setlocal tagfunc=lsp#lsp#TagFunc cursor(3, 4) :exe "normal \" - assert_equal([11, 1], [line('.'), col('.')]) + assert_equal([11, 6], [line('.'), col('.')]) cursor(1, 1) assert_fails('exe "normal \"', 'E433: No tags file')