Skip to content

Instantly share code, notes, and snippets.

@alpaca-tc
Created September 16, 2013 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alpaca-tc/6581417 to your computer and use it in GitHub Desktop.
Save alpaca-tc/6581417 to your computer and use it in GitHub Desktop.
augroup AlpacaTags
autocmd!
if exists(':Tags')
autocmd BufWritePost Gemfile TagsBundle
autocmd BufEnter * TagsSet
" 毎回保存と同時更新する場合はコメントを外す
" autocmd BufWritePost * TagsUpdate
endif
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment