]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-smarty.patch
Up to 9.0.0032; modprobe patch obsolete
[packages/vim.git] / vim-smarty.patch
index f8c82d23b22ce2973a73265267cac3dbe712b5e5..bf0543d86eed952c31e1c0a891fb03d181cdd946 100644 (file)
@@ -1,18 +1,16 @@
 --- ./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 |
-       \ endif
+@@ -1396,7 +1399,4 @@
  
 -" Smarty templates
 -au BufNewFile,BufRead *.tpl                   setf smarty
This page took 0.029789 seconds and 4 git commands to generate.