summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin/objdump.vim
blob: 7517a342a3b9a75b4bb5b6a1e40a838ca35b0d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" Vim filetype plugin file
" Language:     Objdump
" Maintainer:   Colin Kennedy <colinvfx@gmail.com>
" Last Change:  2023 October 25

if exists("b:did_ftplugin")
  finish
endif

let b:did_ftplugin = 1

let b:undo_ftplugin = "setlocal cms<"

setlocal commentstring=#\ %s