kakoune/rc
Tobias Kortkamp bb124895b7
tmux-repl fails on FreeBSD and claims that tmux' version is too old
even though tmux 2.7 is installed.

The problem is that
```
expr "$(tmux -V)" : 'tmux \([0-9]*\|master\)'
```
fails on FreeBSD.  It works fine with GNU expr.

Replace the expression with cut(1) and a simple parameter expansion
which should hopefully work fine on any POSIX system.

Signed-off-by: Tobias Kortkamp <git@tobik.me>
2018-04-24 20:16:32 +02:00
..
base ruby.kak: Refactor end autoinsertion logic to be more robust 2018-04-14 12:47:42 +10:00
core Make FaceRegistry scoped 2018-04-07 16:27:50 +10:00
extra tmux-repl fails on FreeBSD and claims that tmux' version is too old 2018-04-24 20:16:32 +02:00