diff runtime/ftplugin/rpl.vim @ 233:fca8a9b65afa

updated for version 7.0065
author vimboss
date Mon, 28 Mar 2005 20:58:01 +0000
parents 3fc0f57ecb91
children 94601b379f38
line wrap: on
line diff
--- a/runtime/ftplugin/rpl.vim
+++ b/runtime/ftplugin/rpl.vim
@@ -1,7 +1,7 @@
 " Vim filetype plugin file
 " Language:     RPL/2
 " Maintainer:   Joël BERTRAND <rpl2@free.fr>
-" Last Change:	2002 Feb 07
+" Last Change:	2005 Mar 28
 " Version: 		0.1
 
 " Only do this when not done yet for this buffer
@@ -12,8 +12,6 @@ endif
 " Don't load another plugin for this buffer
 let b:did_ftplugin = 1
 
-setlocal autoindent
-
 " Set 'formatoptions' to break comment lines but not other lines,
 " and insert the comment leader when hitting <CR> or using "o".
 setlocal fo-=t fo+=croql