Test: Fix error in previous typeface hi

This commit is contained in:
Tinmarino
2021-01-10 13:16:34 -03:00
parent 850aace465
commit e91711eb79
2 changed files with 20 additions and 17 deletions
+4
View File
@@ -333,6 +333,10 @@
" Get output of `hi group`
" From: https://vi.stackexchange.com/a/12294/5026
" Return list ['bold','underline']
" Warning: must be called if version > 704
" Clause
if v:version < 704 | return [] | endif
" Store output of group to variable
let out = execute('hi ' . a:group)