syntax on let Tlist_Ctags_Cmd = "/usr/bin/ctags" let Tlist_WinWidth = 50 map :TlistToggle syntax on filetype plugin on autocmd BufWritePost * \ if filereadable('tags') | \ call system('ctags -a '.expand('%')) | \ endif