Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我使用 rtags 为某些代码生成标签文件,然后将光标放在 Vim 中的方法上,例如“已确认?” 然后按 CTRL-],Vim 找不到标签,因为 Vim 没有看到 '?' 作为正在查找的关键字的一部分。有没有办法解决这个问题?
:set iskeyword+=?