Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Dec 20, 2024
1 parent 71ceb48 commit 34ab80c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/ddc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,8 @@ https://github.com/Shougo/ddc-source-cmdline-history
call ddc#custom#patch_global(#{
\ ui: 'pum',
\ autoCompleteEvents: [
\ 'InsertEnter', 'TextChangedI', 'TextChangedP', 'CmdlineChanged',
\ 'InsertEnter', 'TextChangedI', 'TextChangedP',
\ 'CmdlineEnter', 'CmdlineChanged',
\ ],
\ cmdlineSources: {
\ ':': ['cmdline', 'cmdline-history', 'around'],
Expand Down Expand Up @@ -1518,7 +1519,8 @@ https://github.com/Shougo/ddc-source-input
call ddc#custom#patch_global(#{
\ ui: 'pum',
\ autoCompleteEvents: [
\ 'InsertEnter', 'TextChangedI', 'TextChangedP', 'CmdlineChanged',
\ 'InsertEnter', 'TextChangedI', 'TextChangedP',
\ 'CmdlineEnter', 'CmdlineChanged',
\ ],
\ cmdlineSources: {
\ '=': ['input'],
Expand Down

0 comments on commit 34ab80c

Please sign in to comment.