diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2017-04-29 13:06:14 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2017-05-10 16:14:10 +0200 |
commit | 489d10c57c68183c042fd582e6c8eadbb0efc5a7 (patch) | |
tree | 8428b9de93dc1aa69b81377f6a18d45c795b682a /scripts/genmsgpack.lua | |
parent | d9023b84e63f51611cf55f72ca5e021d64ba7ce9 (diff) | |
download | rneovim-489d10c57c68183c042fd582e6c8eadbb0efc5a7.tar.gz rneovim-489d10c57c68183c042fd582e6c8eadbb0efc5a7.tar.bz2 rneovim-489d10c57c68183c042fd582e6c8eadbb0efc5a7.zip |
api: generate ui events
Diffstat (limited to 'scripts/genmsgpack.lua')
-rw-r--r-- | scripts/genmsgpack.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genmsgpack.lua b/scripts/genmsgpack.lua index 86a051fb4c..c16a844586 100644 --- a/scripts/genmsgpack.lua +++ b/scripts/genmsgpack.lua @@ -87,6 +87,7 @@ for i = 6, #arg do headers[#headers + 1] = parts[#parts - 1]..'/'..parts[#parts] local input = io.open(full_path, 'rb') + local tmp = grammar:match(input:read('*all')) for i = 1, #tmp do local fn = tmp[i] |