view runtime/indent/basic.vim @ 29242:8095f317cb9c

Added tag v8.2.5139 for changeset 1690417aeafe90466566af14fcffacf3c19c1ba1
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jun 2022 13:15:03 +0200
parents 5825405e4e2c
children
line wrap: on
line source

" 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