astepano / rpms / vim

Forked from rpms/vim 6 years ago
Clone
e7082cf
To: vim_dev@googlegroups.com
e7082cf
Subject: Patch 7.4.859
e7082cf
Fcc: outbox
e7082cf
From: Bram Moolenaar <Bram@moolenaar.net>
e7082cf
Mime-Version: 1.0
e7082cf
Content-Type: text/plain; charset=UTF-8
e7082cf
Content-Transfer-Encoding: 8bit
e7082cf
------------
e7082cf
e7082cf
Patch 7.4.859
e7082cf
Problem:    Vim doesn't recognize all htmldjango files.
e7082cf
Solution:   Recognize a comment. (Daniel Hahler, PR #410)
e7082cf
Files:      runtime/filetype.vim
e7082cf
e7082cf
e7082cf
*** ../vim-7.4.858/runtime/filetype.vim	2013-08-03 17:50:05.000000000 +0200
e7082cf
--- runtime/filetype.vim	2015-09-08 19:08:38.039364393 +0200
e7082cf
***************
e7082cf
*** 843,849 ****
e7082cf
        setf xhtml
e7082cf
        return
e7082cf
      endif
e7082cf
!     if getline(n) =~ '{%\s*\(extends\|block\)\>'
e7082cf
        setf htmldjango
e7082cf
        return
e7082cf
      endif
e7082cf
--- 872,878 ----
e7082cf
        setf xhtml
e7082cf
        return
e7082cf
      endif
e7082cf
!     if getline(n) =~ '{%\s*\(extends\|block\|load\)\>\|{#\s\+'
e7082cf
        setf htmldjango
e7082cf
        return
e7082cf
      endif
e7082cf
*** ../vim-7.4.858/src/version.c	2015-09-08 18:46:04.349233550 +0200
e7082cf
--- src/version.c	2015-09-08 19:07:39.943960712 +0200
e7082cf
***************
e7082cf
*** 743,744 ****
e7082cf
--- 743,746 ----
e7082cf
  {   /* Add new patch number below this line */
e7082cf
+ /**/
e7082cf
+     859,
e7082cf
  /**/
e7082cf
e7082cf
-- 
e7082cf
LARGE MAN:   Who's that then?
e7082cf
CART DRIVER: (Grudgingly) I dunno, Must be a king.
e7082cf
LARGE MAN:   Why?
e7082cf
CART DRIVER: He hasn't got shit all over him.
e7082cf
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
e7082cf
e7082cf
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
e7082cf
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
e7082cf
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
e7082cf
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///