lyuts / vim-rtags

Vim bindings for rtags, llvm/clang based c++ code indexer.
BSD 2-Clause "Simplified" License
282 stars 56 forks source link

Use `exists` not `has` for g:variable existence. #23

Closed gavinbeatty closed 8 years ago

gavinbeatty commented 8 years ago

has should only be used for items in the feature-list.

lyuts commented 8 years ago

Thank you for the fix. Merged