systemtap (1.2-5+squeeze1) vim-filetype-override.diff

Summary

 vim/filetype.vim |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

vim filetype override
Index: systemtap/vim/filetype.vim
===================================================================
--- systemtap.orig/vim/filetype.vim	2009-09-11 00:15:49.293071271 +0200
+++ systemtap/vim/filetype.vim	2009-09-11 00:17:52.799723705 +0200
@@ -6,5 +6,5 @@
 "   It would be nice to find a way to intelligently detect this.
 
 " SystemTap scripts
-au BufNewFile,BufRead *.stp			setf stap
+au BufNewFile,BufRead *.stp			set ft=stap