8000 Using gsplit makes repo-creation fail · Issue #11 · alx741/vinfo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Using gsplit makes repo-creation fail #11

New is 842A sue

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

Open
mawkish opened this issue May 27, 2025 · 0 comments
Open

Using gsplit makes repo-creation fail #11

mawkish opened this issue May 27, 2025 · 0 comments

Comments

@mawkish
Copy link
mawkish commented May 27, 2025

When creating a repos you use gsplit if it's there, else split:

    let splitter = executable('gsplit') ? 'gsplit' : 'split'
    exe 'silent ! ' . splitter . ' -l 5000 -d --additional-suffix .txt ' . l:doc . ' ' . l:doc_path . a:doc

On my system at least (Fedora), gsplit doesn't have a -l flag:

gsplit: invalid option '-l'

... so repos fail to get created. Just changing stuff to only split is used makes everything work OK.

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

1 participant
0