hluk / hluk/FakeVim

Try harder to select quoted objects

Open
#18 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.