Skip to content

Commit ed0d273

Browse files
committed
Remove outdated Vim installation advice
Everyone has Vim 7 now and use of the Ruby interface has long been removed.
1 parent 1657334 commit ed0d273

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

doc/rails.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Author: Tim Pope <[email protected]> |rails-plugin-author|
44

55
|rails-introduction| Introduction and Feature Summary
66
|rails-installation| Installation and Usage
7-
|rails-install-vim| Installing and Configuring Vim
7+
|rails-configure-vim| Configuring Vim
88
|rails-install-plugin| Installing and Using the Plugin
99
|rails-commands| General Commands
1010
|rails-navigation| Navigation
@@ -89,12 +89,8 @@ INSTALLATION AND USAGE *rails-installation*
8989
If you are familiar Vim and have the latest version installed, you may skip
9090
directly to |rails-install-plugin| below.
9191

92-
Installing and Configuring Vim ~
93-
*rails-install-vim*
94-
Vim 7 or newer is required. If possible, install a version of Vim with the
95-
|Ruby| interface compiled in, as a few features will make use of it when
96-
available.
97-
92+
Configuring Vim ~
93+
*rails-configure-vim*
9894
If you are new to Vim, you need to create a vimrc. For Windows, this file
9995
goes in ~\_vimrc (try :e ~\_vimrc if you don't know where this is). On other
10096
platforms, use ~/.vimrc. A very minimal example file is shown below.

0 commit comments

Comments
 (0)