]> git.pld-linux.org Git - packages/vim.git/blame - vim-smarty.patch
Up to 8.2.4295.
[packages/vim.git] / vim-smarty.patch
CommitLineData
bcce0991
ER
1--- ./runtime/filetype.vim 2006-01-12 17:26:15.000000000 +0200
2+++ /tmp/filetype.vim 2006-01-12 17:25:53.000000000 +0200
27f1ff4f 3@@ -792,6 +792,9 @@ au BufRead,BufNewFile *.heex setf heex
bcce0991
ER
4 " HEX (Intel)
5 au BufNewFile,BufRead *.hex,*.h32 setf hex
6
7+" Smarty templates (must be before HTML)
27f1ff4f 8+au BufNewFile,BufRead *.tpl.html,*.tpl setf smarty
bcce0991 9+
27f1ff4f
AM
10 " Hjson
11 au BufNewFile,BufRead *.hjson setf hjson
bcce0991
ER
12
13@@ -1396,9 +1399,6 @@
14 \ setf st |
15 \ endif
16
17-" Smarty templates
18-au BufNewFile,BufRead *.tpl setf smarty
19-
20 " SMIL or XML
21 au BufNewFile,BufRead *.smil
22 \ if getline(1) =~ '<?\s*xml.*?>' |
This page took 0.049006 seconds and 4 git commands to generate.