annotate runtime/ftplugin/tt2html.vim @ 24899:701e4a2576dd v8.2.2987

patch 8.2.2987: build failure with normal features Commit: https://github.com/vim/vim/commit/6d1792d4085c9905c9da6ff27065b57cb7cddc57 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 13 14:33:20 2021 +0200 patch 8.2.2987: build failure with normal features Problem: Build failure with normal features. Solution: Remove #define.
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Jun 2021 14:45:02 +0200
parents 42bf9264e64e
children d1fe80fb35e6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5239
11cd8d58372e Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
1 " Language: TT2 embedded with HTML
11cd8d58372e Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
2 " Maintainer: vim-perl <vim-perl@googlegroups.com>
11cd8d58372e Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
3 " Homepage: http://github.com/vim-perl/vim-perl
11cd8d58372e Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
4 " Bugs/requests: http://github.com/vim-perl/vim-perl/issues
5277
42bf9264e64e Update runtime files.
Bram Moolenaar <bram@vim.org>
parents: 5239
diff changeset
5 " Last Change: 2013-07-21
5239
11cd8d58372e Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
6
11cd8d58372e Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
7 " Only do this when not done yet for this buffer
11cd8d58372e Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
8 if exists("b:did_ftplugin")
11cd8d58372e Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
9 finish
11cd8d58372e Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
10 endif
11cd8d58372e Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
11
11cd8d58372e Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
12 " Just use the HTML plugin for now.
11cd8d58372e Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents:
diff changeset
13 runtime! ftplugin/html.vim ftplugin/html_*.vim ftplugin/html/*.vim