summaryrefslogtreecommitdiffstats
path: root/indent/basic.vim
blob: 7775bc4e0685f6688867f3bb92736760db16ad56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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