From aaf2af3e3b0c159a64609c82811662d7253c3a96 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 25 Mar 2008 11:32:58 -0400 Subject: rebased unwind_branch on top of current master --- vim/ftplugin/stap.vim | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 vim/ftplugin/stap.vim (limited to 'vim/ftplugin') diff --git a/vim/ftplugin/stap.vim b/vim/ftplugin/stap.vim deleted file mode 100644 index de49a4f1..00000000 --- a/vim/ftplugin/stap.vim +++ /dev/null @@ -1,25 +0,0 @@ -" Vim filetype plugin file -" Language: SystemTap -" Maintainer: Josh Stone -" Last Change: 2005 Dec 15 - -" Only do this when not done yet for this buffer -if exists("b:did_ftplugin") - finish -endif - -" Don't load another plugin for this buffer -let b:did_ftplugin = 1 - -set cpo-=C - -let b:undo_ftplugin = "setl cin< fo< com<" - -setlocal cindent - -" Set 'formatoptions' to break comment lines but not other lines, -" and insert the comment leader when hitting or using "o". -setlocal fo-=t fo+=croql - -" Set 'comments' to format dashed lists in comments. -setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://,:# -- cgit