vim-gutentags icon indicating copy to clipboard operation
vim-gutentags copied to clipboard

A Vim plugin that manages your tag files

Results 100 vim-gutentags issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Describe what the bug is about, and what you expected. Don't forget to format things nicely with Markdown. If applicable, post screenshots. **Steps to reproduce** 1. Do...

When the wildignore options file is a temp file it can be deleted by other processes which clean up temp files, so check the file is readable and re-create if...

I have been using vim-jetpack to manage my plugins, and I found a bug which was caused by `.sh files not executable` in `plat/unitx` directory, so I change sh mod...

In my setup I'm already using gutentags to automatically create the tags for the repository I'm working on (python), and I have another shortcut for generating the tags just for...

**Describe the bug** See the screenshot below please **Steps to reproduce** Open any file ( I opened a go file) **Share your setup** - What OS and version of Vim...

**Describe the bug** error code 122 and 139 show up **Steps to reproduce** 1. cd to a c/cpp project 2. vi *.cpp **Share your setup** - What OS and version...

**Describe the bug** Describe what the bug is about, and what you expected. Don't forget to format things nicely with Markdown. If applicable, post screenshots. After leaving Neovim I get...

hi, please support the usage of `vim -t symbol`, some people are used to it. For now when I use this pattern, I get ![image](https://user-images.githubusercontent.com/19435140/179007640-5f4386dc-4afd-4ca5-9eaa-f1b4e4e10fca.png) so I check the ctag...

**Describe the bug** Cannot generate the GTAGS files on windows, looks like this issue was caused by missing the **_plat/win32/update_gtags.cmd_** files. ![image](https://user-images.githubusercontent.com/20182981/169335623-8fdcfe6b-1f9a-47b0-8c30-6aa518eaadfc.png) It could be fixed by manually adding the...

Issue327, fix cannot generate the CTAGS files issue on windows platform by add the missing script for plat/win32/update_gtags.cmd