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

When stop CLPUM, characters are deleted under the cursor until the end of the command-line. #7

Closed
h-east opened this issue Dec 5, 2015 · 1 comment
Labels

Comments

@h-east
Copy link
Owner

h-east commented Dec 5, 2015

How to reproduce:

  • Start pure Vim with enable clpum.
    $ vim -N -u NONE -c "set clpum"
  • Input below.
    :abcde<C-B>set w
  • Start CLPUM and insert second item.
    <Tab><Tab>
  • Stop CLPUM and go back to the originally typed text.
    <C-E>

Expected behavior:

  • The following characters are displayed on the command line. (| is cursor)
    :set w|abcde

Actual behavior:

  • Displayed this. Where is abcde gone?
    :set w|
@h-east h-east added the bug label Dec 5, 2015
@h-east h-east changed the title When start CLPUM, characters are deleted under the cursor until the end of the command-line. When stop CLPUM, characters are deleted under the cursor until the end of the command-line. Dec 5, 2015
h-east added a commit that referenced this issue Dec 7, 2015
@h-east
Copy link
Owner Author

h-east commented Dec 7, 2015

Done.

@h-east h-east closed this as completed Dec 7, 2015
h-east added a commit that referenced this issue Feb 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant