Skip to content

Conversation

@dyong0
Copy link

@dyong0 dyong0 commented Mar 13, 2017

Running ctags -R under home directory is so annoying. It's literally
endless. So I'm adding this whitelist feature.

Usage:

Add global variable g:easytags_whitelist. g:easytags_whitelist is an
array containing regular expressions.

For example, following statement makes easytags run only under path
containing the string "workspace", such as ~/workspace/vim-easytags
let g:easytags_whitelist = ['workspace']

Running ctags -R under home directory is so annoying. It's literally
endless. So I'm adding this whitelist feature.

Usage:

Add global variable g:easytags_whitelist. g:easytags_whitelist is an
array containing regular expressions.

For example, following statement makes easytags run only under path
containing the string "workspace", such as ~/workspace/vim-easytags
    let g:easytags_whitelist = ['workspace']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants