Skip to content

Fix Gundo for paths with spaces#29

Merged
sjl merged 1 commit intosjl:masterfrom
ddfisher:master
Dec 7, 2015
Merged

Fix Gundo for paths with spaces#29
sjl merged 1 commit intosjl:masterfrom
ddfisher:master

Conversation

@ddfisher
Copy link
Copy Markdown
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
Copy Markdown

Thanks, this fixed my error :)

@simnalamburt
Copy link
Copy Markdown
Contributor

👍

@sjl
Copy link
Copy Markdown
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
Copy Markdown
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

Development

Successfully merging this pull request may close these issues.

4 participants