dockerfile.vim 356 B

1234567891011121314151617
  1. " Vim filetype plugin
  2. " Language: Dockerfile
  3. " Maintainer: Honza Pokorny <http://honza.ca>
  4. " Last Change: 2014 Aug 29
  5. " Only do this when not done yet for this buffer
  6. if exists("b:did_ftplugin")
  7. finish
  8. endif
  9. " Don't load another plugin for this buffer
  10. let b:did_ftplugin = 1
  11. let b:undo_ftplugin = "setl commentstring<"
  12. setlocal commentstring=#\ %s