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

:set doesn't clear old messages with ext_cmdline #28593

Open
Sam-programs opened this issue May 1, 2024 · 1 comment · May be fixed by #28594
Open

:set doesn't clear old messages with ext_cmdline #28593

Sam-programs opened this issue May 1, 2024 · 1 comment · May be fixed by #28594
Labels
bug issues reporting wrong behavior messages UI messages, log messages ui-extensibility UI extensibility, events, protocol

Comments

@Sam-programs
Copy link
Contributor

Problem

Read the title.

Steps to reproduce

-- minimal.lua
local ns = vim.api.nvim_create_namespace("a")
vim.ui_attach(ns, { ext_cmdline = true }, function() end)
vim.cmd("echo \"---------------- - This text is still here\"") 
vim.api.nvim_input(":set conceallevel?<cr>")

Expected behavior

:set clears old messages while ext_cmdline is active.

Neovim version (nvim -v)

NVIM v0.10.0-dev-3023+g499070148

Vim (not Nvim) behaves the same?

No external cmdline in vim. (although, maybe this is somehow reproducible in an extreme case ? )

Operating system/version

Linux ArchLinux 6.8.1-arch1-1

Terminal name/version

wezterm

$TERM environment variable

wezterm

Installation

build from source

@Sam-programs Sam-programs added the bug issues reporting wrong behavior label May 1, 2024
@zeertzjq zeertzjq added the messages UI messages, log messages label May 1, 2024
@zeertzjq
Copy link
Member

zeertzjq commented May 1, 2024

Related #11558

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issues reporting wrong behavior messages UI messages, log messages ui-extensibility UI extensibility, events, protocol
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants