diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-04 22:45:14 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-04 22:45:14 +0300 |
commit | 4585a016fb5c287f8bb58efcfb7dc05439de5819 (patch) | |
tree | 84921e8d291c1c3d883d925e01635c4e47690dec /extra/yash/build | |
parent | 196c7ef6f49601e7a0fb68d70a8cfba801baea29 (diff) | |
download | repository-4585a016fb5c287f8bb58efcfb7dc05439de5819.tar.gz |
yash: completion changes
Diffstat (limited to 'extra/yash/build')
-rwxr-xr-x | extra/yash/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/yash/build b/extra/yash/build index b70f863b..d01449fa 100755 --- a/extra/yash/build +++ b/extra/yash/build @@ -2,6 +2,8 @@ export LDFLAGS="$LDFLAGS -static" +patch -p1 < neatvi-completion.patch + ./configure \ --prefix=/usr \ --enable-help \ |