lnkmap.vim 398 B

1234567891011121314151617
  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. if exists("b:did_ftplugin")
  7. finish
  8. endif
  9. " Don't load another plugin for this buffer
  10. let b:did_ftplugin = 1
  11. let b:undo_ftplugin = "setl iskeyword<"
  12. setl iskeyword+=.