view runtime/ftplugin/gdb.vim @ 16110:16bd256c5d19

Added tag v8.1.1059 for changeset 82cbb08ae0f9127d40a0ee7af75ef72580662d84
author Bram Moolenaar <Bram@vim.org>
date Wed, 27 Mar 2019 22:00:07 +0100
parents 3b26420fc639
children 6231e29aec3d
line wrap: on
line source

" Vim filetype plugin file
" Language:	gdb
" Maintainer:	Michaƫl Peeters <NOSPAMm.vim@noekeon.org>
" Last Changed: 26 Oct 2017

if exists("b:did_ftplugin") | finish | endif
let b:did_ftplugin = 1

setlocal commentstring=#%s

" Undo the stuff we changed.
let b:undo_ftplugin = "setlocal cms<"