Fix issue #421 by shyun3 · Pull Request #462 · ctrlpvim/ctrlp.vim · GitHub
Skip to content

Fix issue #421#462

Open
shyun3 wants to merge 2 commits into
ctrlpvim:masterfrom
shyun3:pullreq
Open

Fix issue #421#462
shyun3 wants to merge 2 commits into
ctrlpvim:masterfrom
shyun3:pullreq

Conversation

@shyun3

@shyun3 shyun3 commented Jul 23, 2018

Copy link
Copy Markdown

On Windows, universal-ctags escapes backslashes in filenames with another backslash. For example, a filename in a tags file may appear as C:\\tmp\\test.cpp whereas Exuberant Ctags would write the filename as C:\tmp\test.cpp. This would cause bufnr() function calls for those filenames to fail.

My solution is to replace the double backslashes with single forward slashes before passing the filenames to bufnr.

@mattn

mattn commented Sep 13, 2018

Copy link
Copy Markdown
Member

@shyun3

shyun3 commented Sep 16, 2018

Copy link
Copy Markdown
Author

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.

2 participants