作者:
DavidMeteor (Never look'in back)
2013-08-29 22:15:14各位好,小弟是vim的新手
最近在mac上裝了macvim,遇到一個問題
舉例我有定義一個function如下
Def funA(input)
然後我在光標"funA"上按"*"
但是macvim會顯示"funA(input" not found
我在funA上按ctrl+]試著用ctags跳回他定義的地方,也顯示"funA(input" not in the tags
想請教版上先進,
我該怎麼限定只搜尋"funA"而不要包含後面的文字呢?
感謝各位幫忙!感激不盡:)