Skip to content

Commit 34ab80c

Browse files
committed
Update the documentation
1 parent 71ceb48 commit 34ab80c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/ddc.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,8 @@ https://github.com/Shougo/ddc-source-cmdline-history
14741474
call ddc#custom#patch_global(#{
14751475
\ ui: 'pum',
14761476
\ autoCompleteEvents: [
1477-
\ 'InsertEnter', 'TextChangedI', 'TextChangedP', 'CmdlineChanged',
1477+
\ 'InsertEnter', 'TextChangedI', 'TextChangedP',
1478+
\ 'CmdlineEnter', 'CmdlineChanged',
14781479
\ ],
14791480
\ cmdlineSources: {
14801481
\ ':': ['cmdline', 'cmdline-history', 'around'],
@@ -1518,7 +1519,8 @@ https://github.com/Shougo/ddc-source-input
15181519
call ddc#custom#patch_global(#{
15191520
\ ui: 'pum',
15201521
\ autoCompleteEvents: [
1521-
\ 'InsertEnter', 'TextChangedI', 'TextChangedP', 'CmdlineChanged',
1522+
\ 'InsertEnter', 'TextChangedI', 'TextChangedP',
1523+
\ 'CmdlineEnter', 'CmdlineChanged',
15221524
\ ],
15231525
\ cmdlineSources: {
15241526
\ '=': ['input'],

0 commit comments

Comments
 (0)