neovim

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

lnkmap.vim (398B)


      1 " Vim filetype plugin file
      2 " Language:	TI Linker map
      3 " Document:	https://downloads.ti.com/docs/esd/SPRUI03A/Content/SPRUI03A_HTML/linker_description.html
      4 " Maintainer:	Wu, Zhenyu <wuzhenyu@ustc.edu>
      5 " Last Change:	2024 Dec 25
      6 
      7 if exists("b:did_ftplugin")
      8  finish
      9 endif
     10 
     11 " Don't load another plugin for this buffer
     12 let b:did_ftplugin = 1
     13 
     14 let b:undo_ftplugin = "setl iskeyword<"
     15 
     16 setl iskeyword+=.