6 lines
60 B
VimL
6 lines
60 B
VimL
|
set nu
|
||
|
|
||
|
let Tlist_Auto_Open=1
|
||
|
set tags=tags;
|
||
|
set autochdir;
|