Mercurial > vim
view runtime/indent/vim.vim @ 31400:7d22228e4979 v9.0.1033
patch 9.0.1033: tiny build fails because of conflicting typedef
Commit: https://github.com/vim/vim/commit/83c43ab319f4c4a9d03c65648b4f0df4298a7f93
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Dec 8 16:10:01 2022 +0000
patch 9.0.1033: tiny build fails because of conflicting typedef
Problem: Tiny build fails because of conflicting typedef.
Solution: Remove one typedef.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 08 Dec 2022 17:15:03 +0100 |
parents | 3295247d97a5 |
children | a9b5ffbc0428 |
line wrap: on
line source
vim9script # Vim indent file # Language: Vim script # Maintainer: Bram Moolenaar <Bram@vim.org> # Last Change: 2022 Oct 5 # Only load this indent file when no other was loaded. if exists('b:did_indent') finish endif b:did_indent = true b:undo_indent = 'setlocal indentkeys< indentexpr<' import autoload '../autoload/dist/vimindent.vim' setlocal indentexpr=vimindent.Expr() setlocal indentkeys+==endif,=enddef,=endfu,=endfor,=endwh,=endtry,=},=else,=cat,=finall,=END,0\\ execute('setlocal indentkeys+=0=\"\\\ ,0=#\\\ ') setlocal indentkeys-=0# setlocal indentkeys-=: