Commit 6dee015
committed
fix issue #983
Do not adjust userCompletionText while finding userCompletion text position
when match contains `{` in CompletionText[1], and preserve the splat sigil
at start of completions of type `Variable`.
Adjusting userCompletionText led to selection box consuming sigil for
braced variables, or crash on incorrectly braced splats.1 parent b7b8f7b commit 6dee015
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
734 | | - | |
735 | | - | |
736 | | - | |
| 734 | + | |
737 | 735 | | |
738 | 736 | | |
739 | 737 | | |
| |||
0 commit comments