Mercurial > vim
view runtime/indent/dtrace.vim @ 24818:fcab26a7fd4d v8.2.2947
patch 8.2.2947: build failure without the channel feature
Commit: https://github.com/vim/vim/commit/f5bfa8faa7bbe025c10148d37e8b47217a430a3b
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jun 6 12:07:54 2021 +0200
patch 8.2.2947: build failure without the channel feature
Problem: Build failure without the channel feature.
Solution: Add back #ifdef. (John Marriott)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 06 Jun 2021 12:15:04 +0200 |
parents | 82b5078be2dd |
children |
line wrap: on
line source
" Vim indent file " Language: D script as described in "Solaris Dynamic Tracing Guide", " http://docs.sun.com/app/docs/doc/817-6223 " Last Change: 2008/03/20 " Version: 1.2 " Maintainer: Nicolas Weber <nicolasweber@gmx.de> " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 " Built-in C indenting works nicely for dtrace. setlocal cindent let b:undo_indent = "setl cin<"