Skip to content

Add whitelist feature#160

Open
dyong0 wants to merge 1 commit intoxolox:masterfrom
dyong0:easytags_dir_whitelist
Open

Add whitelist feature#160
dyong0 wants to merge 1 commit intoxolox:masterfrom
dyong0:easytags_dir_whitelist

Conversation

@dyong0
Copy link
Copy Markdown

@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