Files
vim-polyglot/indent/basic.vim
Adam Stankiewicz b77c5f1107 Update
2022-02-17 04:31:45 +01:00

16 lines
345 B
VimL

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