发布时间:2020-01-03 17:17:24
shell下生成cscope文件find . -name "*.[ch]" > cscope.filescscope -bk -i cscope.files或者cscope -Rbqgvim cscope Keybindings:nmap s :cs find s =expand("")nmap g :cs find g =expand("")nmap c :cs find c =expand("")nmap t :cs find t =expand("")nmap e :cs find e =expand("")nmap f :cs find f .........【阅读全文】