annotate runtime/syntax/confini.vim @ 29228:24b7e14d55e2 v8.2.5133

patch 8.2.5133: MacOS: build fails Commit: https://github.com/vim/vim/commit/1f68d992cd2fd7f484fbdc14eb8a9feefe59bec8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 19 17:22:49 2022 +0100 patch 8.2.5133: MacOS: build fails Problem: MacOS: build fails. Solution: Remove "#if 0" from timer_delete().
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Jun 2022 18:30:04 +0200
parents f8e9d5023bf6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29066
f8e9d5023bf6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 " Vim syntax file
f8e9d5023bf6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 " Language: confini
f8e9d5023bf6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
3
f8e9d5023bf6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
4 " Quit if a syntax file was already loaded
f8e9d5023bf6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
5 if exists("b:current_syntax")
f8e9d5023bf6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
6 finish
f8e9d5023bf6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
7 endif
f8e9d5023bf6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
8
f8e9d5023bf6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
9 " Use the cfg syntax for now, it's similar.
f8e9d5023bf6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
10 runtime! syntax/cfg.vim
f8e9d5023bf6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
11
f8e9d5023bf6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
12 let b:current_syntax = 'confini'