view runtime/indent/bash.vim @ 35145:8b9f22608aa5 default tip

Added tag v9.1.0401 for changeset 2179990b5be67c94e17f829ebd64bcc0cee920ee
author Christian Brabandt <cb@256bit.org>
date Thu, 09 May 2024 20:45:04 +0200
parents 71cbad0921c9
children
line wrap: on
line source

" Vim indent file
" Language:	bash
" Maintainer:	The Vim Project <https://github.com/vim/vim>
" Last Change:	2023 Aug 13

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
   finish
endif

" The actual indenting is in sh.vim and controlled by buffer-local variables.
unlet! b:is_sh
unlet! b:is_kornshell
let b:is_bash = 1

runtime! indent/sh.vim

" vim: ts=8