Files
vim-matchup/test/vader/syn.vader
Andy K. Massimino 9e0b6f3711 Fix odd test case
2020-09-07 09:34:52 -04:00

21 lines
397 B
Plaintext

Execute (opts):
let matchup_matchparen_offscreen = {}
let matchup_delim_noskips = 2
Given scheme (Syntax):
(define procname ; ) in comment isn't matched as expected
") in string is however matched"
body)
Before ():
2normal! f)
Log getcurpos()
Log synIDattr(synID(line('.'), col('.'), 1), 'name')
Do (%):
%
Then (Verify line):
Log getcurpos()
AssertEqual 1, line('.')