Hi, thanks for this plugin.
Unfortunately as the title says, it breaks on macOS/BSD because of the usage of split:
|
exe 'silent !split -l 5000 -d --additional-suffix .txt ' . l:doc . ' ' . l:doc_path . a:doc |
The -d and --additional-suffix flags are GNU-specific, they're not POSIX and not in BSD split.
Hi, thanks for this plugin.
Unfortunately as the title says, it breaks on macOS/BSD because of the usage of
split:vinfo/autoload/vinfo/repo.vim
Line 35 in 3471cd5
The
-dand--additional-suffixflags are GNU-specific, they're not POSIX and not in BSDsplit.