Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks on macOS/BSD: non-portable split options #5

Open
ches opened this issue Sep 19, 2019 · 1 comment
Open

Breaks on macOS/BSD: non-portable split options #5

ches opened this issue Sep 19, 2019 · 1 comment

Comments

@ches
Copy link

ches commented Sep 19, 2019

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.

@alx741
Copy link
Owner

alx741 commented Sep 22, 2019

Hi, Because info is primarily a GNU/Linux thing I didn't bother to make it compatible with other systems, lately I've bee using FreeBSD and MacOS though so I will fix this. Thanks for letting me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants