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

Automated tag file generation and syntax highlighting of tags in Vim

Results 75 vim-easytags issues
Sort by recently updated
recently updated
newest added

Recently Universal Ctags changed version from 'Development' to '0.0.0' which broke the detection. I have changed the detection to explicitly test for Universal Ctags and in that case ignore the...

With the last universal ctags version we got an error on easytags loading: ``` .vim/bundle/vim-easytags/plugin/easytags.vim easytags.vim 3.11: Plug-in not loaded because Exuberant Ctags 5.5 or newer is required while you...

I have a very large project (the linux kernel, actually) and I'm running :UpdateTags -R within it. I can see the ctags process running and the tags file being created...

Vim 8.0 was [released yesterday](https://groups.google.com/forum/#!topic/vim_announce/EKTuhjF3ET0), and its [new features](https://raw.githubusercontent.com/vim/vim/master/runtime/doc/version8.txt) include background jobs, timers, and asynchronous I/O using channels. Your [description for the `g:easytags_async` option](https://github.com/xolox/vim-easytags#the-geasytags_async-option) says that async isn’t the default...

I have xolox/vim-easytags and xolox/vim-misc installed. I have following configuration in vimrc: ``` let g:easytags_dynamic_files = 1 let g:easytags_on_cursorhold = 1 let g:easytags_updatetime_min = 4000 let g:easytags_auto_update = 1 let...

I am using some git commit hooks to regenerate my tags file and I like to use the `--tag-relative` option so that the paths of the files in my tag...

I added configuration: ``` let g:easytags_languages = {'ruby': {'cmd': 'ripper-tags'}} ``` But this doesn't seem to work. Is there a way to use ripper for ruby files?

Hi, I've been trying to set up easytags dynamic files option. And it kind of works... however, only until I save some random file in vim. Then the ~/.vimtags file...

I set root of my project as my working directory , but the tags file contain absolute path. I use windows 7 ctags --version > Universal Ctags 0.0.0, Copyright (C)...

Hi, I'm using `easytags` with automatic update. But every time I saved some files in home directory, it was making my laptop stuck. So I just wrapped `UpdateTags` command with...