Mercurial > vim-gutentags
comparison README.md @ 187:a1cf97b8f48f
Merge pull request #137 from GitHub.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 08 Jun 2017 07:10:07 -0700 |
parents | becdd3c867c7 |
children | 39547ffc8867 |
comparison
equal
deleted
inserted
replaced
185:685b81826b68 | 187:a1cf97b8f48f |
---|---|
41 Usually, ctags can only append tags to an existing tag file, so Gutentags | 41 Usually, ctags can only append tags to an existing tag file, so Gutentags |
42 removes the tags for the current file first, to make sure the tag file is | 42 removes the tags for the current file first, to make sure the tag file is |
43 always consistent with the source code. | 43 always consistent with the source code. |
44 | 44 |
45 Also, Gutentags is clever enough to not stumble upon itself by triggering | 45 Also, Gutentags is clever enough to not stumble upon itself by triggering |
46 multiple ctags processes if you save files to fast, or your project is really | 46 multiple ctags processes if you save files too fast, or your project is really |
47 big. | 47 big. |
48 | 48 |
49 | 49 |
50 ## Why? | 50 ## Why? |
51 | 51 |