[SCM] Vim packaging branch, deb/runtime, updated. upstream/7.1.285-145-gc3c9f18

James Vega jamessan at debian.org
Tue Jul 8 16:24:03 UTC 2008


The following commit has been merged in the deb/runtime branch:
commit c3c9f184015b4914144110aa03531131ccf68f64
Author: James Vega <jamessan at debian.org>
Date:   Tue Jul 8 12:23:22 2008 -0400

    Add Quixote filetype detection.  Closes: #399784
    
    Thanks to Santiago Ruano Rincón for the patch.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 362c154..2223893 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1459,6 +1459,9 @@ au BufNewFile,BufRead *.pyx,*.pxd		setf pyrex
 " Python
 au BufNewFile,BufRead *.py,*.pyw		setf python
 
+" Quixote (Python-based web framework)
+au BufNewFile,BufRead *.ptl			setf python
+
 " Radiance
 au BufNewFile,BufRead *.rad,*.mat		setf radiance
 

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list