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

Fix Gundo for paths with spaces #29

Merged
merged 1 commit into from
Dec 7, 2015
Merged

Fix Gundo for paths with spaces #29

merged 1 commit into from
Dec 7, 2015

Conversation

ddfisher
Copy link
Contributor

Gundo currently crashes when the plugin is placed on a path that contains spaces due to a failed pyfile command.

The pyfile documentation claims that The whole argument is used as a single file name., but unfortunately this is not the case. Passing in a path that contains spaces results in E172: Only one file name allowed. We can easily fix this by escaping the directory.

@MarcoPolo
Copy link

Thanks, this fixed my error :)

@simnalamburt
Copy link
Contributor

👍

@sjl
Copy link
Owner

sjl commented Dec 7, 2015

I'll merge this once I can get hg-git unfucked.

@sjl sjl merged commit b514374 into sjl:master Dec 7, 2015
@ddfisher
Copy link
Contributor Author

ddfisher commented Dec 7, 2015

Thanks!

dsummersl added a commit to dsummersl/gundo.vim that referenced this pull request Nov 27, 2016
[RFC]Rename gundo.vim to mundo.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants