]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-smarty.patch
Up to 8.2.4295.
[packages/vim.git] / vim-smarty.patch
index f8c82d23b22ce2973a73265267cac3dbe712b5e5..4b8f68cfda86f1bc977838db0b0a7eb81102f5b8 100644 (file)
@@ -1,14 +1,14 @@
 --- ./runtime/filetype.vim     2006-01-12 17:26:15.000000000 +0200
 +++ /tmp/filetype.vim  2006-01-12 17:25:53.000000000 +0200
-@@ -590,6 +590,9 @@
+@@ -792,6 +792,9 @@ au BufRead,BufNewFile *.heex                       setf heex
  " HEX (Intel)
  au BufNewFile,BufRead *.hex,*.h32             setf hex
  
 +" Smarty templates (must be before HTML)
-+au BufNewFile,BufRead *.tpl.html,*.tpl                        setf smarty
++au BufNewFile,BufRead *.tpl.html,*.tpl                setf smarty
 +
- " Hollywood
- au BufRead,BufNewFile *.hws                   setf hollywood
+ " Hjson
+ au BufNewFile,BufRead *.hjson                 setf hjson
  
 @@ -1396,9 +1399,6 @@
        \  setf st |
This page took 0.022975 seconds and 4 git commands to generate.