Sublime Forum

Ctags jump to a wrong place!

#1

when i use ctags to find “EV_KEY” in “linux-3.10.6/driver/input/input.c:1860”, it jump to “linux-3.10.6/include/uapi/linux/input.h–line:388” content: #define KEY_MOVE 175 //it’s wrong, the right place is “linux-3.10.6/include/uapi/linux/input.h–line:175” content: #define EV_KEY 0x01

see the number"175" ? one is the line number, other is content.

0 Likes