commit | 3c053a1a5ad2a3c924929e11f2b9af20a8b901e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 16 13:11:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 16 13:11:12 2022 +0100 |
tree | 75889d295e175ede0f7a1812c8b4462172e3be86 | |
parent | bd053f894b0d7652928201faa68c53d1ce2acdc5 [diff] [blame] |
Update runtime files
diff --git a/runtime/ftplugin/ssa.vim b/runtime/ftplugin/ssa.vim new file mode 100644 index 0000000..04cc7a9 --- /dev/null +++ b/runtime/ftplugin/ssa.vim
@@ -0,0 +1,13 @@ +" Vim filetype plugin +" Language: SubStation Alpha +" Maintainer: ObserverOfTime <chronobserver@disroot.org> +" Last Change: 2022 Oct 10 + +if exists('b:did_ftplugin') + finish +endif +let b:did_ftplugin = 1 + +setlocal comments=:;,:!: commentstring=;\ %s + +let b:undo_ftplugin = 'setl com< cms<'