Load up vim-css-color, open a .py file, hit Ctrl-X, enjoy a non trivial amount of time to follow it up with Ctrl-L to copy the line.
Then edit any html file: :e temp.html, and press Ctrl-X only to see the ^X Mode (A,B, C) prompt to disappear in a split second.
Restart vim, disable vim-css-color, open temp.html, enjoy that prompt at your own leisure.
Admittedly, this may be an issue mixed with another plugin, but the issue does not manifest without this plugin enabled. CtrlX doesn't get affected until you open an html file into a buffer.
Load up vim-css-color, open a .py file, hit
Ctrl-X, enjoy a non trivial amount of time to follow it up withCtrl-Lto copy the line.Then edit any html file:
:e temp.html, and pressCtrl-Xonly to see the^X Mode (A,B, C)prompt to disappear in a split second.Restart vim, disable vim-css-color, open
temp.html, enjoy that prompt at your own leisure.Admittedly, this may be an issue mixed with another plugin, but the issue does not manifest without this plugin enabled. CtrlX doesn't get affected until you open an
htmlfile into a buffer.