--- plugin/taglist.vim.old 2003-09-06 22:45:52.000000000 +0000 +++ plugin/taglist.vim 2003-09-06 22:47:41.000000000 +0000 @@ -395,7 +395,7 @@ " Location of the exuberant ctags tool if !exists('Tlist_Ctags_Cmd') - let Tlist_Ctags_Cmd = 'ctags' + let Tlist_Ctags_Cmd = 'exuberant-ctags' endif " Tag listing sort type - 'name' or 'order'