view runtime/ftplugin/gdb.vim @ 12989:0f88d30758ce

Added tag v8.0.1370 for changeset da725bc3fd2c00a78d47f81ea7c135093b78a555
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Dec 2017 14:15:05 +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<"