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

cmdline pum shown at wrong column when environment variable is expanded by completion #20348

Open
zeertzjq opened this issue Sep 26, 2022 · 1 comment
Labels
bug issues reporting wrong behavior completion Nvim built-in (omni)completion ui

Comments

@zeertzjq
Copy link
Member

Neovim version (nvim -v)

v0.8.0-dev-1170-g63be76518

Vim (not Nvim) behaves the same?

No

Operating system/version

Arch Linux

Terminal name/version

kitty 0.26.3

$TERM environment variable

xterm-kitty

Installation

build from repo

How to reproduce the issue

  1. Run nvim --clean
  2. Type :e $VIMRUNTIME/<Tab>

Expected behavior

pum is shown after the slash after the expanded $VIMRUNTIME

Actual behavior

pum is shown at the position where <Tab> is pressed

@zeertzjq zeertzjq added bug issues reporting wrong behavior complexity:low Low-risk, self-contained. Do NOT ask "can I work on this", just read CONTRIBUTING.md completion Nvim built-in (omni)completion and removed complexity:low Low-risk, self-contained. Do NOT ask "can I work on this", just read CONTRIBUTING.md labels Sep 26, 2022
@zeertzjq
Copy link
Member Author

This may be a bit tricky because of ext_cmdline.

@zeertzjq zeertzjq added the ui label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issues reporting wrong behavior completion Nvim built-in (omni)completion ui
Projects
None yet
Development

No branches or pull requests

1 participant