mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-22 08:45:42 +08:00
fix(transient_state): fix transient_state
api
close https://github.com/SpaceVim/SpaceVim/issues/4634
This commit is contained in:
parent
da4547349e
commit
4811d57907
@ -313,7 +313,7 @@ function! s:self._update_content() abort
|
|||||||
let [line, hls] = self._key_obj_to_hl_line(left, right, i)
|
let [line, hls] = self._key_obj_to_hl_line(left, right, i)
|
||||||
call append(line('$'), line)
|
call append(line('$'), line)
|
||||||
for hl in hls
|
for hl in hls
|
||||||
call call(self.highlight_keys, hl)
|
call self.highlight_keys(hl[0], hl[1], hl[2], hl[3])
|
||||||
endfor
|
endfor
|
||||||
endfor
|
endfor
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user