You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: