Mercurial > vim-gutentags
comparison doc/gutentags.txt @ 98:d645125192aa
Fix more problems with paths and spaces in them.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 25 Feb 2016 21:04:46 -0800 |
parents | 794ee111bce6 |
children | 2838af9ff980 76a4822aab76 |
comparison
equal
deleted
inserted
replaced
97:794ee111bce6 | 98:d645125192aa |
---|---|
376 This means, for example, that you can use | 376 This means, for example, that you can use |
377 `g:gutentags_ctags_executable_ruby` out of the box. | 377 `g:gutentags_ctags_executable_ruby` out of the box. |
378 See |gutentags_ctags_executable_{filetype}| for more | 378 See |gutentags_ctags_executable_{filetype}| for more |
379 information. | 379 information. |
380 | 380 |
381 *gutentags_ctags_no_space_in_paths* | |
382 g:gutentags_ctags_no_space_in_paths | |
383 When set to 1, the root path of a project will have | |
384 any spaces replaced by underscores. This is in case | |
385 the particular `ctags` implementation you're using | |
386 doesn't support tags filenames with spaces, which | |
387 seems to be the case with Exuberant Ctags. | |
388 Set to 0 to leave project root paths as is. | |
389 Defaults to 1. | |
390 | |
391 | 381 |
392 ============================================================================= | 382 ============================================================================= |
393 5. Project Settings *gutentags-project-settings* | 383 5. Project Settings *gutentags-project-settings* |
394 | 384 |
395 Gutentags can be customized to some extent on a per-project basis with the | 385 Gutentags can be customized to some extent on a per-project basis with the |