Skip to content

Commit 45b849a

Browse files
authored
Fix example (#17)
1 parent ee76b9d commit 45b849a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/ddc-file.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ This config does not conflict with |ddc-file-example-basic|.
107107
\ },
108108
\ 'sourceParams': {
109109
\ 'node-modules': {
110-
\ 'cwdMaxCandidates': 0,
111-
\ 'bufMaxCandidates': 0,
110+
\ 'cwdMaxItems': 0,
111+
\ 'bufMaxItems': 0,
112112
\ 'followSymlinks': v:true,
113113
\ 'projMarkers': ['node_modules'],
114-
\ 'projFromCwdMaxCandidates': [],
115-
\ 'projFromBufMaxCandidates': [],
114+
\ 'projFromCwdMaxItems': [],
115+
\ 'projFromBufMaxItems': [],
116116
\ 'beforeResolve': 'node_modules',
117117
\ 'displayBuf': '',
118118
\ },
@@ -127,7 +127,7 @@ This config does not conflict with |ddc-file-example-basic|.
127127
\ ], {
128128
\ 'sourceParams': {
129129
\ 'node-modules': {
130-
\ 'projFromBufMaxCandidates': [1000, 1000, 1000],
130+
\ 'projFromBufMaxItems': [1000, 1000, 1000],
131131
\ },
132132
\ }})
133133
<

0 commit comments

Comments
 (0)