Aucune description

vs.vim 249B

1234567891011121314
  1. if exists("b:did_ftplugin")
  2. finish
  3. endif
  4. let b:did_ftplugin = 1
  5. let b:undo_ftplugin = "setl fo< com< cms<"
  6. setlocal formatoptions-=t
  7. setlocal comments=s1:/*,mb:*,ex:*/,://
  8. setlocal commentstring=//\ %s
  9. setlocal noexpandtab
  10. " vim:ts=4:sw=4:et