You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command!-buffer-bar -nargs=* -count=1 -complete=customlist,s:Complete_find Rfind :calls:warn( 'Rfind has been deprecated in favor of :1R or :find' )|calls:Find(<count>,'<bang>' ,<f-args>)
1692
+
command!-buffer-bar -nargs=* -count=1 -complete=customlist,s:Complete_find REfind :calls:warn('REfind has been deprecated in favor of :1RE or :find')|calls:Find(<count>,'E<bang>',<f-args>)
1693
+
command!-buffer-bar -nargs=* -count=1 -complete=customlist,s:Complete_find RSfind :calls:warn('RSfind has been deprecated in favor of :1RS or :find')|calls:Find(<count>,'S<bang>',<f-args>)
1694
+
command!-buffer-bar -nargs=* -count=1 -complete=customlist,s:Complete_find RVfind :calls:warn('RVfind has been deprecated in favor of :1RV or :find')|calls:Find(<count>,'V<bang>',<f-args>)
1695
+
command!-buffer-bar -nargs=* -count=1 -complete=customlist,s:Complete_find RTfind :calls:warn('RTfind has been deprecated in favor of :1RT or :find')|calls:Find(<count>,'T<bang>',<f-args>)
1696
+
command!-buffer-bar -nargs=* -count=1 -complete=customlist,s:Complete_find Rsfind :calls:warn('Rsfind has been deprecated in favor of :1RS or :sfind')|<count>RSfind<bang><args>
1697
+
command!-buffer-bar -nargs=* -count=1 -complete=customlist,s:Complete_find Rtabfind :calls:warn('Rtabfind has been deprecated in favor of :1RT or :tabfind')|<count>RTfind<bang><args>
1698
+
command!-buffer-bar -nargs=*-bang -complete=customlist,s:Complete_edit Redit :calls:warn( 'Redit has been deprecated in favor of :R')|calls:Edit(<count>,'<bang>' ,<f-args>)
1699
+
command!-buffer-bar -nargs=*-bang -complete=customlist,s:Complete_edit REedit :calls:warn('REedit has been deprecated in favor of :RE')|calls:Edit(<count>,'E<bang>',<f-args>)
1700
+
command!-buffer-bar -nargs=*-bang -complete=customlist,s:Complete_edit RSedit :calls:warn('RSedit has been deprecated in favor of :RS')|calls:Edit(<count>,'S<bang>',<f-args>)
1701
+
command!-buffer-bar -nargs=*-bang -complete=customlist,s:Complete_edit RVedit :calls:warn('RVedit has been deprecated in favor of :RV')|calls:Edit(<count>,'V<bang>',<f-args>)
1702
+
command!-buffer-bar -nargs=*-bang -complete=customlist,s:Complete_edit RTedit :calls:warn('RTedit has been deprecated in favor of :RT')|calls:Edit(<count>,'T<bang>',<f-args>)
1703
+
command!-buffer-bar -nargs=* -range=0 -complete=customlist,s:Complete_edit RDedit :calls:warn('RDedit has been deprecated in favor of :RD')|calls:Edit(<count>,'<line1>D<bang>',<f-args>)
1704
1704
command!-buffer-bar -nargs=* -range=0 -complete=customlist,s:Complete_related A :calls:Alternate('<bang>', <line1>,<line2>,<count>,<f-args>)
0 commit comments