Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deleting with motion with parenthesis does not work #910

Open
vagmi opened this issue Dec 25, 2015 · 2 comments
Open

deleting with motion with parenthesis does not work #910

vagmi opened this issue Dec 25, 2015 · 2 comments

Comments

@vagmi
Copy link

vagmi commented Dec 25, 2015

Deleting in and around other characters seem to work like da>, di" and so on but da( or di( does not seem to work.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@JugglerShu
Copy link
Contributor

It looks working on my environment. Please add more information like the text you worked on, command you issued and the cursor position, etc.

@hxx0215
Copy link

hxx0215 commented Sep 26, 2016

i found this bug too

    pathPont->addControlPoint(Point(1013.23f,136.74f));
    pathPont->addControlPoint(Point(950.39f,201.05f));
    pathPont->addControlPoint(Point(826.17f,164.51f));

this is my text
if my caret is in the last line:pathPont->addControlPoint(Point(826.17f,164.51f));
for example my caret is on '7' it will select '.17f,164.51f'
but if my caret is not in the last line it works well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants