vim-quickui icon indicating copy to clipboard operation
vim-quickui copied to clipboard

Bug in displaying tips in the cmdline.

Open yaohunzhanyue opened this issue 5 years ago • 0 comments

nvim-qt, wim10 Tips can't be displayed if the context is too long. etc:

call quickui#menu#install('&Regex', [
			\ ['Others', '', '固化分组\(\)\@>    非捕获型括号\%(\)    界定边界\zs \ze    magic模式下,花括号{}需要使用\转义,但与之对应的闭括号则可省略,因为Vim会自动推测我们的意图'],
			\ ])

yaohunzhanyue avatar Apr 21 '20 04:04 yaohunzhanyue