Skip to content

Commit 30f449f

Browse files
committed
rails.vim 5.4
* Fix issues with :Eview. * Fix :Clog. * Fix file creation on :confirm A. * Fix working directory in :Generate. * Fix :Rails g and other abbreviated commands on pre-5 Rails.
1 parent e6d3b1c commit 30f449f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/rails.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if exists('g:autoloaded_rails') || &cp
77
finish
88
endif
9-
let g:autoloaded_rails = '5.3'
9+
let g:autoloaded_rails = '5.4'
1010

1111
" Utility Functions {{{1
1212

0 commit comments

Comments
 (0)