view runtime/indent/changelog.vim @ 31511:90d7dfb0003d v9.0.1088

patch 9.0.1088: clang warns for unused variable Commit: https://github.com/vim/vim/commit/9fca133eb78ce25531da394db904c4fa8d40b35c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 22 21:06:41 2022 +0000 patch 9.0.1088: clang warns for unused variable Problem: Clang warns for unused variable. Solution: Adjust #ifdef. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Dec 2022 22:15:05 +0100
parents 73354c21f1e4
children
line wrap: on
line source

" Vim indent file
" Language:	generic Changelog file
" Maintainer:	noone
" Last Change:	2005 Mar 29

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

setlocal ai

let b:undo_indent = "setl ai<"