ctags icon indicating copy to clipboard operation
ctags copied to clipboard

Selector and langmap confliction

Open masatake opened this issue 9 years ago • 0 comments

./ctags --verbose -x --map-C=+.h --map-C++=-.h --c-kinds=fpvx ./libcryptsetup.h

Though --map-C++=-.h is specified, ctags chooses C++ parser for the .h file. I'm not sure the ideal behavior but at least, C++ parser should not chosen.

masatake avatar Jun 26 '16 03:06 masatake