Skip to content

Commit 99e837c

Browse files
committed
Remove some old abbreviations
Honestly the only thing keeping from deleting this feature entirely is I actually use the AS style class abbreviations, a lot.
1 parent cabf424 commit 99e837c

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

autoload/rails.vim

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)