mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 12:50:03 +08:00
18 lines
303 B
Plaintext
Vendored
18 lines
303 B
Plaintext
Vendored
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)
|
|
|
|
Do (%):
|
|
%
|
|
Then (Verify line):
|
|
Assert line('.') == 2
|
|
|