blob: 2473b13af00efeb7a1bece37b589195b17f18573 [file] [log] [blame]
Bram Moolenaar01164a62017-11-02 22:58:42 +01001" Vim filetype plugin file
2" Language: gdb
3" Maintainer: Michaƫl Peeters <NOSPAMm.vim@noekeon.org>
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<"