Mercurial > vim
view runtime/indent/changelog.vim @ 29060:a8c0c5865e73 v8.2.5052
patch 8.2.5052: CI checkout step title is a bit cryptic
Commit: https://github.com/vim/vim/commit/bfaa24f95343af9c058696644375d04e660f1b00
Author: Philip H <47042125+pheiduck@users.noreply.github.com>
Date: Wed Jun 1 21:26:34 2022 +0100
patch 8.2.5052: CI checkout step title is a bit cryptic
Problem: CI checkout step title is a bit cryptic.
Solution: Add a better title. (closes https://github.com/vim/vim/issues/10509)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 01 Jun 2022 22:30:03 +0200 |
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<"