gdb.vim 293 B

12345678910111213
  1. " Vim filetype plugin file
  2. " Language: gdb
  3. " Maintainer: Michaël Peeters <NOSPAMm.vim@noekeon.org>
  4. " Last Changed: 26 Oct 2017
  5. if exists("b:did_ftplugin") | finish | endif
  6. let b:did_ftplugin = 1
  7. setlocal commentstring=#%s
  8. " Undo the stuff we changed.
  9. let b:undo_ftplugin = "setlocal cms<"