diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-10-10 20:59:28 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-10-10 20:59:28 +0000 |
commit | d5cdbeb8dd859510c4674b17b67d613eff40a984 (patch) | |
tree | 7efb2d890b1eb727c0e15a2ade2613b606ad6c9b /runtime/compiler | |
parent | 196dfbcca1af4cf07f600e0186757d9adf097e7f (diff) | |
download | vim-git-d5cdbeb8dd859510c4674b17b67d613eff40a984.tar.gz |
updated for version 7.0155
Diffstat (limited to 'runtime/compiler')
-rw-r--r-- | runtime/compiler/ruby.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/compiler/ruby.vim b/runtime/compiler/ruby.vim index 61872c959..88b683fbd 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> |