diff options
Diffstat (limited to 'indent/basic.vim')
-rw-r--r-- | indent/basic.vim | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/indent/basic.vim b/indent/basic.vim new file mode 100644 index 00000000..7775bc4e --- /dev/null +++ b/indent/basic.vim @@ -0,0 +1,15 @@ +if polyglot#init#is_disabled(expand('<sfile>:p'), 'basic', 'indent/basic.vim') + finish +endif + +" Vim indent file +" Language: BASIC (QuickBASIC 4.5) +" Maintainer: Doug Kearns <dougkearns@gmail.com> +" Last Change: 2022 Jan 24 + +" Only load this indent file when no other was loaded. +if exists("b:did_indent") + finish +endif + +runtime! indent/vb.vim |