Skip to content

Commit 95b9a5d

Browse files
committed
Syntax: Disable auto-insertion for completions
Now they behave just like they were opened by word character.
1 parent 04a77be commit 95b9a5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[
2-
{"command": "insert", "args": {"characters": " "}},
3-
{"command": "auto_complete"}
2+
{ "command": "insert", "args": {"characters": " "} },
3+
{ "command": "auto_complete", "args": {"disable_auto_insert": true } },
44
]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[
2-
{"command": "insert", "args": {"characters": "- "}},
3-
{"command": "auto_complete"}
2+
{ "command": "insert", "args": {"characters": "- "} },
3+
{ "command": "auto_complete", "args": {"disable_auto_insert": true } },
44
]

0 commit comments

Comments
 (0)