annotate runtime/ftplugin/btm.vim @ 32984:75c283beb74f

re-sync with git
author Christian Brabandt <cb@256bit.org>
date Thu, 24 Aug 2023 07:58:05 +0200
parents 4027cefc2aab
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
1 " Vim filetype plugin file
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
2 " Language: BTM
32770
4027cefc2aab Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)
Christian Brabandt <cb@256bit.org>
parents: 15
diff changeset
3 " Maintainer: The Vim Project <https://github.com/vim/vim>
4027cefc2aab Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)
Christian Brabandt <cb@256bit.org>
parents: 15
diff changeset
4 " Last Change: 2023 Aug 10
4027cefc2aab Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)
Christian Brabandt <cb@256bit.org>
parents: 15
diff changeset
5 " Former Maintainer: Bram Moolenaar <Bram@vim.org>
15
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
6
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
7 " Only do this when not done yet for this buffer
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
8 if exists("b:did_ftplugin")
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
9 finish
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
10 endif
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
11
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
12 " Behaves just like dosbatch
631143ac4a01 updated for version 7.0007
vimboss
parents:
diff changeset
13 runtime! ftplugin/dosbatch.vim ftplugin/dosbatch_*.vim ftplugin/dosbatch/*.vim