]> git.pld-linux.org Git - packages/vim.git/blame - vim-smarty.patch
- rebuild with ruby 2.4
[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
3@@ -590,6 +590,9 @@
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 " Tilde (must be before HTML)
11 au BufNewFile,BufRead *.t.html setf tilde
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.162595 seconds and 4 git commands to generate.