Skip to content

Commit bfc64ed

Browse files
committed
rails.vim 5.1
* Modernize choice of rake task for running individual tests. * Support gf for jbuilder partials. * Support db/structure.sql. * Support app/assets/ file creation (as opposed to public/). * Highlight custom keywords in eruby and haml. * Miscellaneous syntax highlighting additions. * Eliminate assorted low value syntax highlighting tricks. * Drop automatic set completefunc=syntaxcomplete#Complete. * Improve log file syntax highlighting. * Eliminate log file syntax folding for massive speed boost. * Add g:rails_no_dbext to disable automatic dbext config. * Partial forward compatibility with projectile.vim style projections. * Fix :Rlocale with no argument. * Fix :.Rake in a .task file. * Fix relative directories in 'path'. * Fix unintentional jumps into required files. * Assorted alternate file fixes and enhancements. * Assorted fixes to Rails app detection. * Assorted buffer load performance improvements.
1 parent a37130d commit bfc64ed

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.0'
9+
let g:autoloaded_rails = '5.1'
1010

1111
" Utility Functions {{{1
1212

0 commit comments

Comments
 (0)