test/unit_tests.vim | 1 + diff --git a/test/unit_tests.vim b/test/unit_tests.vim index e6527f726cc9f34b489a6ec3888da0340dea5e99..8c53d20402edccd4fc7b76f4ad8a50f8202b3909 100644 --- a/test/unit_tests.vim +++ b/test/unit_tests.vim @@ -431,6 +431,7 @@ assert_equal([9, 12], [line('.'), col('.')]) exe "normal! \" assert_equal([24, 6], [line('.'), col('.')]) :LspGotoImpl + :sleep 1 assert_equal([15, 11], [line('.'), col('.')]) exe "normal! \" assert_equal([24, 6], [line('.'), col('.')])