Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Apr 5, 2020
1 parent 988db3d commit 7a71d54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/denite.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ EXAMPLES *denite-examples*
call denite#custom#action('file', 'test2',
\ {context -> denite#do_action(
\ context, 'open', context['targets'])})
" Source specific action
call denite#custom#action('source/file', 'test',
\ {context -> execute('let g:bar = 1')})
<
==============================================================================
INTERFACE *denite-interface*
Expand Down

0 comments on commit 7a71d54

Please sign in to comment.