Merge branch 'fredg0-patch-1' of http://github.com/fredg0/kakoune

This commit is contained in:
Maxime Coste 2020-06-16 19:09:19 +10:00
commit 84eab0f58b
2 changed files with 10 additions and 1 deletions

View File

@ -221,7 +221,7 @@ pkg install kakoune
[TIP] [TIP]
.OpenBSD .OpenBSD
==== ====
Building on OpenBSD 6.6 amd64. Building on OpenBSD 6.7 amd64.
-------------------------------------------------- --------------------------------------------------
# pkg_add git gmake # pkg_add git gmake
@ -231,6 +231,14 @@ Building on OpenBSD 6.6 amd64.
# gmake install # gmake install
-------------------------------------------------- --------------------------------------------------
Kakoune is available in the 6.7-current port tree as
http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/editors/kakoune/[editors/kakoune]
A binary package is also available for -current snapshot and can be installed with
--------------------------------------------------
# pkg_add kakoune
--------------------------------------------------
Running with support for plugins. Running with support for plugins.
-------------------------------------------------- --------------------------------------------------
# pkg_add dash # pkg_add dash

View File

@ -68,6 +68,7 @@ main() {
fi fi
finished_commands |$root/../src/kak -p "$session" 2>/dev/null finished_commands |$root/../src/kak -p "$session" 2>/dev/null
cat <&4 >/dev/null
wait $kakpid wait $kakpid
retval=$? retval=$?