Mercurial > vim-gutentags
comparison doc/gutentags.txt @ 43:7000d598a2a7
Documentation changes for some options that changed names.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 20 Feb 2015 14:24:10 -0800 |
parents | bab5f37faa1e |
children | c0f56e4d52bd |
comparison
equal
deleted
inserted
replaced
42:5c1baa6007d8 | 43:7000d598a2a7 |
---|---|
209 re-enable Gutentags, you won't have some buffers | 209 re-enable Gutentags, you won't have some buffers |
210 mysteriously working while others (those open last) | 210 mysteriously working while others (those open last) |
211 don't. | 211 don't. |
212 Defaults to 1. | 212 Defaults to 1. |
213 | 213 |
214 *gutentags_executable* | 214 *gutentags_ctags_executable* |
215 g:gutentags_executable | 215 g:gutentags_ctags_executable |
216 Specifies the ctags executable to launch. | 216 Specifies the ctags executable to launch. |
217 Defaults to `ctags`. | 217 Defaults to `ctags`. |
218 | 218 |
219 *gutentags_tagfile* | 219 *gutentags_tagfile* |
220 g:gutentags_tagfile | 220 g:gutentags_tagfile |
246 from parsing for the tags generation. | 246 from parsing for the tags generation. |
247 Defaults to `[]` (an empty |List|). | 247 Defaults to `[]` (an empty |List|). |
248 Patterns defined in 'wildignore' will also be given as | 248 Patterns defined in 'wildignore' will also be given as |
249 exclude patterns to the `ctags` executable. | 249 exclude patterns to the `ctags` executable. |
250 | 250 |
251 *gutentags_options_file* | 251 *gutentags_ctags_options_file* |
252 g:gutentags_options_file | 252 g:gutentags_ctags_options_file |
253 The path to an options file that will be passed to | 253 The path to an options file that will be passed to |
254 the `ctags` executable with the `--options` option. | 254 the `ctags` executable with the `--options` option. |
255 In general you can put options in a `$HOME/.ctags` | 255 In general you can put options in a `$HOME/.ctags` |
256 file, but this lets you specify a custom file | 256 file, but this lets you specify a custom file |
257 specifically for Vim/Gutentags. | 257 specifically for Vim/Gutentags. |