Skip to content

Conversation

yeti01
Copy link

@yeti01 yeti01 commented Mar 19, 2017

In the combination Windows+Cygwin there exists a little issue with slashes and backslashes. You have programmed a search/replace from backslash to slash. That is ok but the replacement will be overwritten again by:

let startdir = input("Start searching from directory: ", cwd, "dir")

I set shellslash for Cygwin. Now it works as expected.

Another issue exists if you have spaces in your directory name. If you press TAB while vim shows the directory, it replaces " " by "\ ". To solve this, I have put in another search/replace to remove the backslashes again.

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.

1 participant