ch.vim 470 B

12345678910111213141516171819
  1. " Vim indent file
  2. " Language: Ch
  3. " Maintainer: SoftIntegration, Inc. <info@softintegration.com>
  4. " URL: http://www.softintegration.com/download/vim/indent/ch.vim
  5. " Last change: 2006 Apr 30
  6. " Created based on cpp.vim
  7. "
  8. " Ch is a C/C++ interpreter with many high level extensions
  9. " Only load this indent file when no other was loaded.
  10. if exists("b:did_indent")
  11. finish
  12. endif
  13. let b:did_indent = 1
  14. " Ch indenting is built-in, thus this is very simple
  15. setlocal cindent