xolox / vim-easytags

Automated tag file generation and syntax highlighting of tags in Vim
http://peterodding.com/code/vim/easytags/
1.01k stars 109 forks source link

Typo in documentation #162

Open dylan-chong opened 7 years ago

dylan-chong commented 7 years ago

The number in the second paragraph may be incorrect

If you set |g:easytags_dynamic_files| to 2 the easytags plug-in will automatically create a project specific tags file based on the first name in the |'tags'| option. In this mode the global tags file and/or file type specific tags files are only used for directories where you don't have write permissions.

When you set |g:easytags_dynamic_files| to 2 (<-- is this supposed to say 3?) new tags files are created in the same directory as the file you're editing. If you want the tags files to be created in your working directory instead then change Vim's |'cpoptions'| option to include the lowercase letter 'd'.

shuwens commented 7 years ago

The README need to revamp as well, however it doesn't seem like this project is maintained any more. See #164