Mercurial > vim
view runtime/ftplugin/chatito.vim @ 31555:5aa54cbc6e20 v9.0.1110
patch 9.0.1110: build fails on Mac OS X 10.4/10.5
Commit: https://github.com/vim/vim/commit/254480736f7db3667c7b84873efb49c2cb1d385f
Author: Evan Miller <emmiller@gmail.com>
Date: Fri Dec 30 10:42:23 2022 +0000
patch 9.0.1110: build fails on Mac OS X 10.4/10.5
Problem: Build fails on Mac OS X 10.4/10.5 .
Solution: Check if the dispatch/dispatch.h header exists. (Evan Miller,
closes #11746)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 30 Dec 2022 11:45:05 +0100 |
parents | 1e91e26ceebf |
children |
line wrap: on
line source
" Vim filetype plugin " Language: Chatito " Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2022 Sep 19 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 setlocal comments=:#,:// commentstring=#\ %s " indent of 4 spaces is mandated by the spec setlocal expandtab softtabstop=4 shiftwidth=4 let b:undo_ftplugin = 'setl com< cms< et< sts< sw<'