Dawer 0ff271d38f fix completion handler trying to seek outside of character boundaries.
With this patch, in these examples
```rust
fn main() {
    "⊞$0";
}
```

```rust
struct S {
д$0 u8
}
```
entering ':' character in `$0` places shouldn't cause panics.
2021-09-17 23:04:20 +05:00
..
2021-08-31 13:11:17 +02:00
2021-09-15 21:22:06 +03:00
2021-09-15 21:22:06 +03:00
2021-09-16 13:47:01 +10:00
2021-09-16 00:26:32 +00:00
2021-09-16 22:20:27 +02:00
2021-09-15 18:23:46 +00:00
2021-09-15 21:22:06 +03:00
2021-08-30 19:35:00 +00:00
2021-09-15 21:22:06 +03:00
2021-09-11 16:26:36 +01:00
2021-09-13 13:35:31 +03:00
2021-09-15 21:22:06 +03:00
2021-09-04 00:27:05 -07:00
2021-09-11 18:42:38 +03:00
2021-09-16 22:20:27 +02:00
2021-08-31 19:14:33 +03:00
2021-09-15 21:22:06 +03:00