diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-28 20:58:01 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-28 20:58:01 +0000 |
commit | 582fd85b02e50b2aba025ff522c04a2293a45985 (patch) | |
tree | 3b721443d775ab6903fd8ff758f432046ee6b3cc /runtime/ftplugin/rpl.vim | |
parent | 8b879e7fe8d02b59df4c39442c53b37ccd38b50c (diff) | |
download | vim-582fd85b02e50b2aba025ff522c04a2293a45985.zip |
updated for version 7.0065
Diffstat (limited to 'runtime/ftplugin/rpl.vim')
-rw-r--r-- | runtime/ftplugin/rpl.vim | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/ftplugin/rpl.vim b/runtime/ftplugin/rpl.vim index 2b26ef1fa..5ddf2c1a0 100644 --- 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 |