aboutsummaryrefslogtreecommitdiff
path: root/scripts/gendeclarations.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-05-27 20:58:14 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-05-27 20:58:14 -0400
commitf5642a171f4ceca72478c1d43746ff7a5e35b6db (patch)
tree0f727cb249ccb471d66b29b35756006702490519 /scripts/gendeclarations.lua
parentf5cf6f8de4878bb4fa2b733645610d720b32a2fe (diff)
parentdd539366fcbecd340462a626523a3f689cf7589e (diff)
downloadrneovim-f5642a171f4ceca72478c1d43746ff7a5e35b6db.tar.gz
rneovim-f5642a171f4ceca72478c1d43746ff7a5e35b6db.tar.bz2
rneovim-f5642a171f4ceca72478c1d43746ff7a5e35b6db.zip
Merge pull request #4817 from bfredl/remoteui
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,