diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2016-04-14 20:47:01 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2016-05-27 13:18:04 +0200 |
commit | dd539366fcbecd340462a626523a3f689cf7589e (patch) | |
tree | 4866ae0b68db326c34a6aca145ae1e26f047f395 /scripts/gendeclarations.lua | |
parent | c74ce334f2f7c42dcd33bc5a0d1cc02b752733f6 (diff) | |
download | rneovim-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-x | scripts/gendeclarations.lua | 2 |
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, |