summaryrefslogtreecommitdiffstats
path: root/runtime/indent/basic.vim
blob: 7228772251685c0e9959bf30bdbcfd9de3f11055 (plain)
1
2
3
4
5
6
7
8
9
10
11
" 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