annotate runtime/ftplugin/ssa.vim @ 32978:25d0060209cc
Added tag v9.0.1785 for changeset 68a12270d21bfa978aeed29e81ce27cfd00aaa3c
author |
Christian Brabandt <cb@256bit.org> |
date |
Thu, 24 Aug 2023 07:35:15 +0200 |
parents |
3295247d97a5 |
children |
|
rev |
line source |
30875
|
1 " Vim filetype plugin
|
|
2 " Language: SubStation Alpha
|
|
3 " Maintainer: ObserverOfTime <chronobserver@disroot.org>
|
|
4 " Last Change: 2022 Oct 10
|
|
5
|
|
6 if exists('b:did_ftplugin')
|
|
7 finish
|
|
8 endif
|
|
9 let b:did_ftplugin = 1
|
|
10
|
|
11 setlocal comments=:;,:!: commentstring=;\ %s
|
|
12
|
|
13 let b:undo_ftplugin = 'setl com< cms<'
|