File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -4438,17 +4438,8 @@ function! s:BufAbbreviations()
44384438 Rabbrev coo[ cookies
44394439 Rabbrev fl[ flash
44404440 Rabbrev rr ( render
4441- Rabbrev rf ( render :file \ = >\
4442- Rabbrev rj ( render :json\ = >\
4443- Rabbrev rp ( render :partial\ = >\
4444- Rabbrev rt ( render :text\ = >\
4445- Rabbrev rx ( render :xml\ = >\
44464441 " ))))))
44474442 endif
4448- if buffer .type_name (' view' ,' helper' )
4449- Rabbrev dotiw distance_of_time_in_words
4450- Rabbrev taiw time_ago_in_words
4451- endif
44524443 if buffer .type_name (' controller' )
44534444 Rabbrev re ( redirect_to
44544445 Rabbrev rst ( respond_to
@@ -4482,15 +4473,6 @@ function! s:BufAbbreviations()
44824473 Rabbrev mdt ( drop_table
44834474 " )))))))
44844475 endif
4485- if buffer .type_name (' test' )
4486- Rabbrev ase ( assert_equal
4487- Rabbrev asko ( assert_kind_of
4488- Rabbrev asnn ( assert_not_nil
4489- Rabbrev asr ( assert_raise
4490- Rabbrev asre ( assert_response
4491- Rabbrev art ( assert_redirected_to
4492- " ))))))
4493- endif
44944476 Rabbrev logd ( logger.debug
44954477 Rabbrev logi ( logger.info
44964478 Rabbrev logw ( logger.warn
You can’t perform that action at this time.
0 commit comments