Skip to content

after loading a new colorscheme, the highlight will disappear. #35

@Freed-Wu

Description

@Freed-Wu

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
image
colorscheme default
image

thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions