annotate runtime/syntax/confini.vim @ 32068:a87a50f84f96 v9.0.1365

patch 9.0.1365: dead test code Commit: https://github.com/vim/vim/commit/f0300fc7b81e63c2584dc3a763dedea4184d17e5 Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Feb 28 16:02:35 2023 +0000 patch 9.0.1365: dead test code Problem: Dead test code. Solution: Remove code that depends on Farsi, which has been removed. (closes #12084)
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Feb 2023 17:15:03 +0100
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'