echo "set background=dark" > test.vim
vim --clean -u test.vim
Observe error message showing up when using Wayland with foot or urxvt terminal (also with zutty terminal).
No error when using kitty terminal.
No error message
9.1.1757
OS: Ubuntu 24.04 (Wayland)
Terminal: foot or urxvt or zutty
Error detected while processing TermResponseAll Autocommands for "osc": E46: Cannot change read-only variable "v:termrbgresp" E46: Cannot change read-only variable "v:termrfgresp"
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
That patch should have removed the colorresp plugin. Do you still have it?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Closed #18297 as completed.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
Ok yeah, I still had it /usr/local/share/vim/vim91/plugin
. I removed the file and the error is gone.
Thanks!
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
I still have the plugin when compiling from 115b533. I had to manually sudo rm -v /usr/local/share/vim/vim91/plugin/colorresp.vim
to be able to launch vim
without the errors.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
I still have the plugin when compiling from 115b533. I had to manually
sudo rm -v /usr/local/share/vim/vim91/plugin/colorresp.vim
to be able to launchvim
without the errors.
Or you could uninstall vim and then install it:
$ sudo make uninstall
$ sudo make install
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
@habamax it's literally never occurred to me to attempt to uninstall vim(1)
in any way for any reason. But good point, lol, and thank you. It makes me happy to have something cleaner than sudo rm
in the issue thread.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.