Skip to content

Commit 793b625

Browse files
committed
feat: Show message on FallCustomReload command
1 parent 2f80957 commit 793b625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/fall/command/FallCustomReload.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ function! fall#command#FallCustomReload#call() abort
22
if denops#plugin#wait('fall') isnot# 0
33
return
44
endif
5-
call denops#notify('fall', 'custom:reload', [])
5+
call denops#notify('fall', 'custom:reload', [#{ verbose: v:true }])
66
endfunction

0 commit comments

Comments
 (0)