mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
21 lines
397 B
Plaintext
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('.')
|
|
|