Skip to content

Commit 8e1c4c6

Browse files
Fix typos in ArgumentLists config option names (#123)
Delimeters --> Delimiters OpenDelimeter --> OpenDelimiter
1 parent 8cddcf6 commit 8e1c4c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,9 @@ call to a function. Here are the valid values and examples of the
361361
corresponding behaviour, assuming a function `foo(int arg)` exists
362362
(`^` represents the cursor position):
363363

364-
- `None`: `fo^` completes to `foo`
365-
- `OpenDelimeter`: `fo^` completes to `foo(^`
366-
- `Delimeters`: `fo^` completes to `foo(^)`
364+
- `None`: `fo^` completes to `foo^`
365+
- `OpenDelimiter`: `fo^` completes to `foo(^`
366+
- `Delimiters`: `fo^` completes to `foo(^)`
367367
- `FullPlaceholders`: `fo^` completes to `foo(int arg)`, with `int arg` selected
368368

369369
The default is `FullPlaceholders`.

0 commit comments

Comments
 (0)