We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05bfb6 commit b65e1aaCopy full SHA for b65e1aa
autoload/flog/test.vim
@@ -21,6 +21,8 @@ function! flog#test#ShowNvimBufHl() abort
21
let l:start_virtcol = virtcol([l:row + 1, l:start_col])
22
let l:end_virtcol = virtcol([l:row + 1, l:details.end_col]) - 1
23
24
+ echo 'Debug: start/end virtcol: "' .. l:start_virtcol .. '" ; "' .. l:end_vertcol .. '"'
25
+
26
if l:end_virtcol >= l:start_virtcol
27
for l:virtcol in range(l:start_virtcol, l:end_virtcol)
28
let l:hl_groups[l:virtcol] = l:details.hl_group
0 commit comments