mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
Fix odd test case
This commit is contained in:
@@ -9,9 +9,12 @@ Given scheme (Syntax):
|
||||
|
||||
Before ():
|
||||
2normal! f)
|
||||
Log getcurpos()
|
||||
Log synIDattr(synID(line('.'), col('.'), 1), 'name')
|
||||
|
||||
Do (%):
|
||||
%
|
||||
Then (Verify line):
|
||||
Assert line('.') == 2
|
||||
Log getcurpos()
|
||||
AssertEqual 1, line('.')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user