Try harder to select quoted objects
Open
bug
- Dominant language
- C++
- Stars
- 183
- Forks
- 31
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 2
Description
Select string objects properly with `vi"`, `va"`, `vi'` and `va'`.
```
char *str = "viquote works here.";
char ch = '"';
char *str = "viquote doesn't work here.";
```
Ignore escaped quotes.
Only current line should be taken into account.
If text cursor is in front of all text object it should select the following one.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.