]> git.pld-linux.org Git - packages/vim.git/blame - vim-smarty.patch
Up to 9.0.0032; modprobe patch obsolete
[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 12
0860e053 13@@ -1396,7 +1399,4 @@
bcce0991
ER
14
15-" Smarty templates
16-au BufNewFile,BufRead *.tpl setf smarty
17-
18 " SMIL or XML
19 au BufNewFile,BufRead *.smil
20 \ if getline(1) =~ '<?\s*xml.*?>' |
This page took 0.160053 seconds and 4 git commands to generate.