Commit 4b0c7d8
Remove get_complete_position; default is bug-free
Additionally, fixes a linting error associated with mutating the
input_pattern string. Mutating that string seems unnecessary to me, and
it requires reading the Deoplete source code to understand. This way,
we're guaranteed that the regex represents the only input pattern we
care about (it was adding to an empty string before, so this preserves
current behavior).1 parent 109f77f commit 4b0c7d8
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 17 | + | |
22 | 18 | | |
23 | 19 | | |
24 | 20 | | |
| |||
0 commit comments