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

Bookmark arg parsing not working correctly #782

Open
yScribblez opened this issue Jan 14, 2020 · 0 comments
Open

Bookmark arg parsing not working correctly #782

yScribblez opened this issue Jan 14, 2020 · 0 comments

Comments

@yScribblez
Copy link

yScribblez commented Jan 14, 2020

When creating bookmarks via :CtrlPBookmarkAddDir or :CtrlPBookmarkAddDir! the subsequent argument is interpreted in its entirety as a directory, despite there being separation between the arguments. Not sure if adding to bookmarks is supposed to be done in some other fashion. See example below.

  • :CtrlPBookmarkAddDir ~/projects/test test
    • results in prompt asking for a name for the bookmark '~/projects/test test'
    • intended behavior would be to create a bookmark for the directory '~/projects/test' with name 'test' - it should be noted my assumed intended behavior is the intended behavior, a quick scan of the bookmarks script reveals the issue is presumably with whatever is passing initial input to the bookmark script
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