Skip to content

Commit ec59f44

Browse files
committed
Implement custom RD commands
1 parent c4eb1d7 commit ec59f44

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
@@ -2355,7 +2355,7 @@ function! s:Navcommand(bang,...)
23552355
if name !~ '^[A-Za-z]\+$'
23562356
return s:error("E182: Invalid command name")
23572357
endif
2358-
let cmds = 'ESVT '
2358+
let cmds = 'ESVTD '
23592359
let cmd = ''
23602360
while cmds != ''
23612361
exe 'command! -buffer -bar -bang -nargs=* -complete=customlist,'.s:sid.'CommandList R'.cmd.name." :call s:CommandEdit('".cmd."<bang>','".name."',\"".prefix."\",".string(suffix).",".string(filter).",".string(default).",<f-args>)"

0 commit comments

Comments
 (0)