We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this is a test.vim
if !has('nvim') set nocompatible endif set runtimepath +=$GITHUBWORKSPACE/skywind3000/vim-quickui let g:quickui_show_tip = 1 call quickui#menu#reset() call quickui#menu#install('Pla&y', [ \ ['--', ''], \ ['Eas&y', 'SudokuEasy'], \ ['Medi&um', 'SudokuMedium'], \ ['Har&d', 'SudokuHard'], \ ['&VeryHard', 'SudokuVeryHard'], \ ])
then gvim -u test.vim colorscheme default
gvim -u test.vim
colorscheme default
thanks!
The text was updated successfully, but these errors were encountered:
by now, i use the following temporary solution:
autocmd Colorscheme * call QuickThemeChange(get(g:, 'quickui_color_scheme', ''))
add this code to vimrc can avoid this problem. perhaps add it to vim-quickui/plugin/quickui.vim will be better?
vim-quickui/plugin/quickui.vim
Sorry, something went wrong.
fcbc6e3
Merge pull request #39 from Freed-Wu/master
1bb24d8
Close #35
OS AIX 7.2 VIM 9.0, quickui_version = '1.4.3' TERM=xterm-256color same trouble
No branches or pull requests
this is a test.vim
then
gvim -u test.vim
colorscheme default
thanks!
The text was updated successfully, but these errors were encountered: