[SCM] Vim packaging branch, master, updated. debian/7.2.010-2-64-g928d30b

James Vega jamessan at debian.org
Sun Oct 12 21:33:49 UTC 2008


The following commit has been merged in the master branch:
commit cf61ce6a9479770432e4c6651d90d5d25571422f
Merge: 2752928243e9bd4b04dbe03d984b9affd949a61f 92288158883c002bb1b0cdb1d753f566052ae102
Author: James Vega <jamessan at debian.org>
Date:   Sun Oct 12 02:53:58 2008 -0400

    Merge branch 'debian'
    
    Conflicts:
    	debian/README
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --combined runtime/filetype.vim
index 4d9413f,f5b8384..011cf04
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@@ -975,6 -975,9 +975,9 @@@ au BufNewFile,BufRead *.lite,*.lt		set
  " LiteStep RC files
  au BufNewFile,BufRead */LiteStep/*/*.rc		setf litestep
  
+ " Logcheck files
+ au BufNewFile,BufRead /etc/logcheck/*.d/*	setf logcheck
+ 
  " Login access
  au BufNewFile,BufRead /etc/login.access		setf loginaccess
  
@@@ -1980,7 -1983,7 +1983,7 @@@ func! s:FTtex(
      call cursor(1,1)
      let firstNC = search('^\s*[^[:space:]%]', 'c', 1000)
      if firstNC " Check the next thousand lines for a LaTeX or ConTeXt keyword.
 -      let lpat = 'documentclass\>\|usepackage\>\|begin{\|newcommand\>\|renewcommand\>'
 +      let lpat = 'documentclass\>\|usepackage\>\|begin{\|newcommand\>\|renewcommand\>\|part\>\|chapter\>\|section\>\|subsection\>\|subsubsection\>\|paragraph\>\|subparagraph\>\|subsubparagraph'
        let cpat = 'start\a\+\|setup\a\+\|usemodule\|enablemode\|enableregime\|setvariables\|useencoding\|usesymbols\|stelle\a\+\|verwende\a\+\|stel\a\+\|gebruik\a\+\|usa\a\+\|imposta\a\+\|regle\a\+\|utilisemodule\>'
        let kwline = search('^\s*\\\%(' . lpat . '\)\|^\s*\\\(' . cpat . '\)',
  			      \ 'cnp', firstNC + 1000)

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list