Mercurial > vim-gutentags
annotate res/ctags_recursive.options @ 277:f75a8cddf174
Support powershell
* Powershell takes double quoted "arguments" literally and just errors out on a gutentags call
* You could unquote all the strings and try to deal with the mess that is
* Or you can just prepend '& ' to the whole thing and it automagically works
author | Leonardo Valeri Manera <l.valerimanera@gmail.com> |
---|---|
date | Sat, 15 Oct 2022 03:21:13 +0200 |
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 |