Skip to content

Commit b02dbf5

Browse files
author
Darrick Wiebe
committed
Rename vim.rb to rails.rb
1 parent 10f3452 commit b02dbf5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'rake'
22
require 'rake/contrib/sshpublisher'
33

4-
files = ['autoload/rails.vim', 'plugin/rails.vim', 'doc/rails.txt']
4+
files = ['autoload/rails.vim', 'plugin/rails.vim', 'doc/rails.txt', 'autoload/rails.rb']
55

66
desc "Make zip file"
77
file 'rails.zip' => files do |t|
File renamed without changes.

autoload/rails.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3032,7 +3032,7 @@ endfunction
30323032
function! s:Invert(bang)
30333033
ruby << EOF
30343034

3035-
require '~/.vim/autoload/vim.rb' # make the ruby lib into a gem to solve this problem
3035+
require '~/.vim/autoload/rails.rb' # make the ruby lib into a gem to solve this problem
30363036
Vim::Rails::rinvert!
30373037

30383038
EOF

0 commit comments

Comments
 (0)