diff options
| author | Michael Forney <mforney@mforney.org> | 2020-12-08 11:46:00 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-12-08 12:01:30 -0800 |
| commit | 76a11c7bf55ff60ea819470b648528e0307cff03 (patch) | |
| tree | 35224b9fbb0063d7215cb232307fd281620d7b1a /pkg/vis/gen.lua | |
| parent | 4c434148a2be98ec37c64b6cf6c28a09a5e99ba3 (diff) | |
vis: Update to 0.7
Diffstat (limited to 'pkg/vis/gen.lua')
| -rw-r--r-- | pkg/vis/gen.lua | 31 |
1 files changed, 26 insertions, 5 deletions
diff --git a/pkg/vis/gen.lua b/pkg/vis/gen.lua index 00aaf30c..a992ab89 100644 --- a/pkg/vis/gen.lua +++ b/pkg/vis/gen.lua @@ -1,4 +1,4 @@ -set('version', 'v0.6') +set('version', 'v0.7') cflags{ '-std=c99', '-D CONFIG_HELP=1', @@ -29,10 +29,31 @@ pkg.deps = { } exe('vis', [[ - array.c buffer.c libutf.c main.c map.c - sam.c text.c text-motions.c text-objects.c text-util.c - ui-terminal.c view.c vis.c vis-lua.c vis-modes.c vis-motions.c - vis-operators.c vis-registers.c vis-marks.c vis-prompt.c vis-text-objects.c text-regex.c + array.c + buffer.c + libutf.c + main.c + map.c + sam.c + text.c + text-common.c + text-io.c + text-iterator.c + text-motions.c + text-objects.c + text-util.c + ui-terminal.c + view.c + vis.c + vis-lua.c + vis-marks.c + vis-modes.c + vis-motions.c + vis-operators.c + vis-prompt.c + vis-registers.c + vis-text-objects.c + text-regex.c $builddir/pkg/libtermkey/libtermkey.a.d $builddir/pkg/lpeg/liblpeg.a $builddir/pkg/lua/liblua.a |
