]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Fix test failure in jumping to a tag
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 6 Mar 2023 14:41:26 +0000 (06:41 -0800)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 6 Mar 2023 14:41:26 +0000 (06:41 -0800)
test/unit_tests.vim

index 9e4a48b49fe17d0a0ad3ed517bbd015cc28d8774..8bd10108965dbaf122c67dddea49c7863ff5303a 100644 (file)
@@ -867,7 +867,7 @@ def Test_LspTagFunc()
   :setlocal tagfunc=lsp#lsp#TagFunc
   cursor(3, 4)
   :exe "normal \<C-]>"
-  assert_equal([11, 1], [line('.'), col('.')])
+  assert_equal([11, 6], [line('.'), col('.')])
   cursor(1, 1)
   assert_fails('exe "normal \<C-]>"', 'E433: No tags file')