summaryrefslogtreecommitdiffstats
path: root/runtime/compiler
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-10-10 20:59:28 +0000
committerBram Moolenaar <Bram@vim.org>2005-10-10 20:59:28 +0000
commitd5cdbeb8dd859510c4674b17b67d613eff40a984 (patch)
tree7efb2d890b1eb727c0e15a2ade2613b606ad6c9b /runtime/compiler
parent196dfbcca1af4cf07f600e0186757d9adf097e7f (diff)
updated for version 7.0155
Diffstat (limited to 'runtime/compiler')
-rw-r--r--runtime/compiler/ruby.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/compiler/ruby.vim b/runtime/compiler/ruby.vim
index 61872c9595..88b683fbd6 100644
--- a/runtime/compiler/ruby.vim
+++ b/runtime/compiler/ruby.vim
@@ -14,9 +14,9 @@
" ----------------------------------------------------------------------------
"
" Changelog:
-" 0.2: script saves and restores 'cpoptions' value to prevent problems with
-" line continuations
-" 0.1: initial release
+" 0.2: script saves and restores 'cpoptions' value to prevent problems with
+" line continuations
+" 0.1: initial release
"
" Contributors:
" Hugh Sasse <hgs@dmu.ac.uk>