neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

objdump.vim (271B)


      1 " Vim filetype plugin file
      2 " Language:     Objdump
      3 " Maintainer:   Colin Kennedy <colinvfx@gmail.com>
      4 " Last Change:  2023 October 25
      5 
      6 if exists("b:did_ftplugin")
      7  finish
      8 endif
      9 
     10 let b:did_ftplugin = 1
     11 
     12 let b:undo_ftplugin = "setlocal cms<"
     13 
     14 setlocal commentstring=#\ %s