HOME


Mini Shell 1.0
DIR: /usr/share/vim/vim80/ftplugin/
Upload File :
Current File : //usr/share/vim/vim80/ftplugin/gdb.vim
" Vim filetype plugin file
" Language:	gdb
" Maintainer:	MichaĆ«l Peeters <[email protected]>
" 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<"