" process only once if exists("b:did_ftplugin") || &compatible finish endif let b:did_ftplugin = 1 "special buffer options setlocal buftype=nofile setlocal nobuflisted setlocal bufhidden=delete setlocal nomodifiable setlocal ts=8 "mapping noremap <2-LeftMouse> :call TagsBaseBufGotoTag() noremap :call TagsBaseBufGotoTag() "commands