-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Bash completion: Weird behavior when spaces in filenames #2749
Comments
Hm, I'm not able to reproduce this (also on OSX). If I type +++ Jonathan Allard [Mar 01 16 11:21 ]:
|
Shite. Something else must be up in my shell. Thanks for attempting to confirm so quickly John, you're doing great work on Pandoc. I'll close this and be in my bunk trying to figure it out, I'll update if I do. |
I'm really not finding it. I can open a new shell, I've tested that it was the same parameter fed to (Even tested with the latest Bash) |
OK, yes, I can reproduce this. (I didn't reproduce your exact filenames before.) |
Hm. See http://forums.fedoraforum.org/showthread.php?t=301974
|
Can you try the latest (commit b073319)? It works better (and I added some missing options). |
But still not quite right. If I type 'F', I no longer get the list of separate words. However, it should complete to |
OK, I think I've got it this time. |
Awesome. I'm not well equipped enough to compile, but if you were able to repro, that must be good. Thanks @jgm! |
Here's the output of
|
Confirming fix. Thanks a bunch! |
I installed pandoc with brew on OS X (v1.16.0.2), and when I try to tab complete, I get not-very-useful behavior:
Brew handles installing the bash completion, but just in case, I ran the eval line just to be sure.
Edit I'm noting this here for quick repro:
$ mkdir pandoc-comp-test; cd pandoc-comp-test; touch File\ {1,3}\ {A,C}\ B.txt
The text was updated successfully, but these errors were encountered: