CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 16 Aug 2025 08:42:45 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090810212424
location: https://web.archive.org/web/20090810212424/https://github.com/vim-ruby/vim-ruby/tree/devel-20050911
server-timing: captures_list;dur=1.300264, exclusion.robots;dur=0.038531, exclusion.robots.policy;dur=0.017295, esindex;dur=0.019599, cdx.remote;dur=16.243918, LoadShardBlock;dur=411.572913, PetaboxLoader3.datanode;dur=63.023927, PetaboxLoader3.resolve;dur=222.641395
x-app-server: wwwb-app211
x-ts: 302
x-tr: 510
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 16 Aug 2025 08:42:45 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Mon, 10 Aug 2009 21:24:23 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 564ms
x-archive-orig-etag: "c58502c29ca51c7281159bcbb92602ae"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 29197
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 10 Aug 2009 21:24:24 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 09 Jun 2009 22:14:22 GMT", ; rel="prev memento"; datetime="Tue, 09 Jun 2009 22:14:22 GMT", ; rel="memento"; datetime="Mon, 10 Aug 2009 21:24:24 GMT", ; rel="last memento"; datetime="Mon, 10 Aug 2009 21:24:24 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_11_20090810195206_crawl102.gpg-c/52_11_20090810212155_crawl101.arc.gz
server-timing: captures_list;dur=0.493081, exclusion.robots;dur=0.017807, exclusion.robots.policy;dur=0.007931, esindex;dur=0.009649, cdx.remote;dur=14.137663, LoadShardBlock;dur=103.674179, PetaboxLoader3.datanode;dur=140.601413, load_resource;dur=395.528015, PetaboxLoader3.resolve;dur=267.539529
x-app-server: wwwb-app211
x-ts: 200
x-tr: 575
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
vim-ruby's vim-ruby at devel-20050911 - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Vim/Ruby Configuration Files edit |
Homepage: | https://vim-ruby.rubyforge.org edit |
Public Clone URL: |
git://github.com/vim-ruby/vim-ruby.git
Give this clone URL to anyone.
git clone git://github.com/vim-ruby/vim-ruby.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:vim-ruby/vim-ruby.git
|
vim-ruby /
name | age | message | |
---|---|---|---|
![]() |
CONTRIBUTORS | Loading commit data... ![]() |
|
![]() |
ChangeLog | ||
![]() |
README | ||
![]() |
Rakefile | ||
![]() |
bin/ | ||
![]() |
compiler/ | ||
![]() |
etc/ | Sat Sep 10 06:42:47 -0700 2005 | update the package naming description in README [dkearns] |
![]() |
ftdetect/ | ||
![]() |
ftplugin/ | ||
![]() |
indent/ | ||
![]() |
syntax/ |
README
+-----------------------------------+ | vim-ruby RubyForge project README | +-----------------------------------+ Summary: This project contains Vim configuration files for editing and compiling Ruby within Vim. See the project homepage for more details. Web links: Homepage: https://vim-ruby.rubyforge.org Project: https://www.rubyforge.org/vim-ruby For regular users: - The project page should have two tarballs for download: - vim-ruby-YYYY.MM.DD.tar.gz (the current stable release) - vim-ruby-devel-YYYY.MM.DD.tar.gz (cutting-edge features we'd like you to test) - Please give feedback through the bug tracking and feature request features of RubyForge. - Feel free to join discussions on the vim-ruby-devel mailing list. Instructions on how to join are in the project page somewhere. - RubyForge also features forums, but the mailing list is better. For would-be contributors: - Please get the latest from anonymous CVS. - Please join the mailing list and discuss changes, submit patches, etc. - Thank you very much for taking an interest. Contents of the project: - The compiler, ftdetect, ftplugin, indent and syntax directories contain the ruby.vim files that are to be copied to a location somewhere in the Vim 'runtimepath'. - vim-ruby-install.rb performs this copying. How you get these files into Vim: - By downloading the project via a snapshot or anonymous CVS, you can keep up with the latest, make changes, and install the files to a Vim directory. - By downloading one of the tarballs, you can easily install the latest stable or development version wherever you like on your machine. No README, no vim-ruby-install.rb, just Vim files. You would typically install these into either $VIM/vimfiles, for system-wide use, or $HOME/.vim ($HOME/vimfiles on Windows) for personal use. - Remember that when you install Vim in the first place, all of these files are present. The purpose of downloading and installing them from RubyForge is to get the latest version of them. Understanding the configuration files: - See www.rubygarden.org/ruby?VimRubySupport - Email any one of us or ruby-talk if you want more information added to this page. CVS topics: - Files are tagged according to which version of Vim they are released in. - The project was initiated in July 2003, when the current version of Vim was 6.2. Thus every file began its life tagged as vim6_2. - Modifications to the files are made in the expectation that they need to be tested by interested users. They therefore (probably) don't have a tag, and are available via "cvs update -A", or a development snapshot. - When a modification is considered stable, it is tagged "stable". Everything that is stable gets released in vim-ruby-YYY.MM.DD.tar.gz files. - When a new version of Vim is about to be released, the stable tarball is contributed to it. After it has been released, the files are tagged accordingly. - MORAL OF THE STORY: modifications are committed to the head of the tree; when they are ready for release into userland, they are tagged "stable". Any questions or suggestions? - If there's something about the project or its concepts that you don't understand, send an email to the project maintainer, Gavin Sinclair (gsinclair at soyabean.com.au). - To ask about the contents of the configuration files, ask on the mailing list, as different people maintain the different files. Gavin knows nothing about the syntax file, for instance. (Come to think of it, nor does Doug - djk) Project gossip: - Two of the configuration file maintainers, Doug Kearns and Gavin Sinclair, live in Australia (Jindabyne and Sydney respectively). Tim Hammerquist, the last man standing, has lived in the Reno/Lake Tahoe area of Nevada, USA, since the late 1970s and doesn't like to gamble; a waste, really. - While the individual effort to maintain these files has a long history, this actual project began in late July 2003. Therefore, if you're reading this soon thereafter and something doesn't make sense, now is the time to let us know. --= End of Document =--
This feature is coming soon. Sit tight!