]> git.pld-linux.org Git - packages/vim.git/blame_incremental - vim-smarty.patch
Up to 9.1.0168
[packages/vim.git] / vim-smarty.patch
... / ...
CommitLineData
1--- ./runtime/filetype.vim 2006-01-12 17:26:15.000000000 +0200
2+++ /tmp/filetype.vim 2006-01-12 17:25:53.000000000 +0200
3@@ -792,6 +792,9 @@ au BufRead,BufNewFile *.heex setf heex
4 " HEX (Intel)
5 au BufNewFile,BufRead *.hex,*.h32 setf hex
6
7+" Smarty templates (must be before HTML)
8+au BufNewFile,BufRead *.tpl.html,*.tpl setf smarty
9+
10 " Hjson
11 au BufNewFile,BufRead *.hjson setf hjson
12
13@@ -1396,7 +1399,4 @@
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.030178 seconds and 5 git commands to generate.