gohtmltmpl.vim 92 B

1234567
  1. if exists("b:did_ftplugin")
  2. finish
  3. endif
  4. runtime! ftplugin/html.vim
  5. " vim: sw=2 ts=2 et