xref: /vim-8.2.3635/runtime/ftplugin/gdb.vim (revision 89a9c159)
1" Vim filetype plugin file
2" Language:	gdb
3" Maintainer:	Michaël Peeters <[email protected]>
4" Last Changed: 26 Oct 2017
5
6if exists("b:did_ftplugin") | finish | endif
7let b:did_ftplugin = 1
8
9setlocal commentstring=#%s
10
11" Undo the stuff we changed.
12let b:undo_ftplugin = "setlocal cms<"
13