1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:20:06 +08:00

fix(transient_state): fix transient_state api

close https://github.com/SpaceVim/SpaceVim/issues/4634
This commit is contained in:
wsdjeg 2022-04-11 00:27:05 +08:00
parent da4547349e
commit 4811d57907

View File

@ -313,7 +313,7 @@ function! s:self._update_content() abort
let [line, hls] = self._key_obj_to_hl_line(left, right, i)
call append(line('$'), line)
for hl in hls
call call(self.highlight_keys, hl)
call self.highlight_keys(hl[0], hl[1], hl[2], hl[3])
endfor
endfor
endif