aboutsummaryrefslogtreecommitdiff
path: root/scripts/gendeclarations.lua
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2016-04-14 20:47:01 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2016-05-27 13:18:04 +0200
commitdd539366fcbecd340462a626523a3f689cf7589e (patch)
tree4866ae0b68db326c34a6aca145ae1e26f047f395 /scripts/gendeclarations.lua
parentc74ce334f2f7c42dcd33bc5a0d1cc02b752733f6 (diff)
downloadrneovim-dd539366fcbecd340462a626523a3f689cf7589e.tar.gz
rneovim-dd539366fcbecd340462a626523a3f689cf7589e.tar.bz2
rneovim-dd539366fcbecd340462a626523a3f689cf7589e.zip
api: refactor remote ui to use API dispatch generation
Diffstat (limited to 'scripts/gendeclarations.lua')
-rwxr-xr-xscripts/gendeclarations.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gendeclarations.lua b/scripts/gendeclarations.lua
index 4e74e4e301..ff69b18ae4 100755
--- a/scripts/gendeclarations.lua
+++ b/scripts/gendeclarations.lua
@@ -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,