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

Invalid inline comment behavior #300

Open
dantezhu opened this issue Jul 30, 2022 · 3 comments
Open

Invalid inline comment behavior #300

dantezhu opened this issue Jul 30, 2022 · 3 comments

Comments

@dantezhu
Copy link

dantezhu commented Jul 30, 2022

Env

  • gvim v9.0
  • tcomment latest

Steps to reproduce problem:

  1. prepare text line like below:

    abcdefg
    
  2. type v to enter visual mode, and select ef, like below:
    image

  3. type gc

  4. the text will changed to:

    abcd/* efg */
    

    but the right result should be:

    abcd/* ef */g
    
@tomtom
Copy link
Owner

tomtom commented Aug 1, 2022 via email

@dantezhu
Copy link
Author

dantezhu commented Aug 4, 2022

@tomtom got it, tks

@tomtom
Copy link
Owner

tomtom commented Aug 17, 2022 via email

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

2 participants