Mercurial > vim
view runtime/indent/scheme.vim @ 31089:bbd5549acced v9.0.0879
patch 9.0.0879: unnecessary nesting in makefile
Commit: https://github.com/vim/vim/commit/dcbdd82d059a9b621e09f4447446a92ae2562e16
Author: K.Takata <kentkt@csc.jp>
Date: Mon Nov 14 14:50:15 2022 +0000
patch 9.0.0879: unnecessary nesting in makefile
Problem: Unnecessary nesting in makefile.
Solution: Join "else" and "ifeq". (Ken Takata, closes https://github.com/vim/vim/issues/11547)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 14 Nov 2022 16:00:05 +0100 |
parents | 167a030448fa |
children | 738ff39db93f |
line wrap: on
line source
" Vim indent file " Language: Scheme " Last Change: 2018 Jan 31 " Maintainer: Evan Hanson <evhan@foldling.org> " Previous Maintainer: Sergey Khorev <sergey.khorev@gmail.com> " URL: https://foldling.org/vim/indent/scheme.vim " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif " Use the Lisp indenting runtime! indent/lisp.vim