Mercurial > vim
view runtime/indent/bitbake.vim @ 30990:830f51eeca95 v9.0.0830
patch 9.0.0830: compiling with Perl on Mac 12 fails
Commit: https://github.com/vim/vim/commit/5375205761b5ed247f992abce341cf745dded38d
Author: Philip H <47042125+pheiduck@users.noreply.github.com>
Date: Fri Nov 4 22:32:21 2022 +0000
patch 9.0.0830: compiling with Perl on Mac 12 fails
Problem: Compiling with Perl on Mac 12 fails.
Solution: Suppress infinite warnings. (closes https://github.com/vim/vim/issues/11499)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 04 Nov 2022 23:45:03 +0100 |
parents | 67f31c24291b |
children |
line wrap: on
line source
" Vim indent file " Language: BitBake " Copyright: Copyright (C) 2019 Agilent Technologies, Inc. " Maintainer: Chris Laplante <chris.laplante@agilent.com> " License: You may redistribute this under the same terms as Vim itself if exists("b:did_indent") finish endif runtime! indent/sh.vim setlocal indentexpr=bitbake#Indent(v:lnum) setlocal autoindent setlocal nolisp setlocal shiftwidth=4 setlocal expandtab setlocal indentkeys+=<:>,=elif,=except,0=\" let b:undo_indent .= ' inde< ai< lisp< sw< et< indk<' let b:did_indent = 1