田園鮮蔬沙拉
義式燉蔬煲
米蘭南瓜濃湯,味道有些淡,可能是因為素食的原因吧!
芝麻核桃奶酪
●板橋雙十店
店址:新北市板橋區雙十路二段231號
電話:02-2255-2755
營業時間:
11:30~14:30(最後點餐時間14:00)
17:30~22:00(最後點餐時間21:00)
3. 安裝與使用 taglist
a) 下載 taglist,並解壓縮至~/.vim/plugin
b) 打開~/.vimrc並增加下兩行指命let Tlist_Show_One_File=1
$ cd $source_folder $ gtags
$ ls G*
GPATH GRTAGS GTAGS
Definitions:
2. lookup a certain FUNCNAME definitions
$ global FUNCNAME --> show up a path/xxx.c which defines FUNCNAME
3. lookup a certain FUNCNAME references
$ global -r FUNCNAME
$ global -rx FUNCNAME --> 'x' option will show details.
4. lookup a pattern PATTERN
$ global -go PATTERN --> search PATTERN in source codes and text files.
$ global -gO PATTERN --> search PATTERN only in text files.
$ global -g1 PATTERN --> search PATTERN in current directory