forked from aniani/vim
patch 8.2.3605: cannot clear and unlinke a highlight group with hlset()
Problem: Cannot clear and unlinke a highlight group with hlset() in a
single call.
Solution: Add the "force" option. (Yegappan Lakshmanan, closes #9117)
This commit is contained in:
committed by
Bram Moolenaar
parent
c143fa0778
commit
2a16dc6613
@@ -1570,8 +1570,8 @@ def Test_no_space_after_command()
|
||||
CheckDefExecAndScriptFailure(lines, 'E486:', 1)
|
||||
enddef
|
||||
|
||||
" Test for the 'popuppreview' option
|
||||
def Test_popuppreview()
|
||||
" Test for the 'previewpopup' option
|
||||
def Test_previewpopup()
|
||||
set previewpopup=height:10,width:60
|
||||
pedit Xfile
|
||||
var id = popup_findpreview()
|
||||
|
||||
Reference in New Issue
Block a user