Mercurial > vim-gutentags
annotate res/ctags_recursive.options @ 258:74a71a5499c9
Purge path before chdir
When gutentags try to chdir to a path like E:\\\\vim\\good\\, it will fail.
So we need remove duplicate pathseps.
And "/" works on windows. So I replace all pathsep to '/'
author | zoumi <zoumi@users.noreply.github.com> |
---|---|
date | Sun, 19 Jan 2020 11:13:13 +0800 |
parents | 4c9e2de7d46a |
children |
rev | line source |
---|---|
135
4c9e2de7d46a
Rename ctags.options to ctags_recursive.options
Stephen Kent <smkent@smkent.net>
parents:
diff
changeset
|
1 --recurse=yes |
4c9e2de7d46a
Rename ctags.options to ctags_recursive.options
Stephen Kent <smkent@smkent.net>
parents:
diff
changeset
|
2 |