mirror of
https://github.com/neovim/neovim.git
synced 2026-05-01 11:34:56 +00:00
api: refactor remote ui to use API dispatch generation
This commit is contained in:
@@ -143,7 +143,7 @@ local pattern = concat(
|
||||
lit(')'),
|
||||
any_amount(concat( -- optional attributes
|
||||
spaces,
|
||||
lit('FUNC_ATTR_'),
|
||||
lit('FUNC_'),
|
||||
any_amount(aw),
|
||||
one_or_no(concat( -- attribute argument
|
||||
spaces,
|
||||
|
||||
Reference in New Issue
Block a user