Wu, Zhenyu | 5113831 | 2024-12-29 15:28:46 +0100 | [diff] [blame] | 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+=. |