vim/filetype.vim | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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