Skip to content

Commit b65e1aa

Browse files
committed
Debug pipelines
1 parent d05bfb6 commit b65e1aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autoload/flog/test.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ function! flog#test#ShowNvimBufHl() abort
2121
let l:start_virtcol = virtcol([l:row + 1, l:start_col])
2222
let l:end_virtcol = virtcol([l:row + 1, l:details.end_col]) - 1
2323

24+
echo 'Debug: start/end virtcol: "' .. l:start_virtcol .. '" ; "' .. l:end_vertcol .. '"'
25+
2426
if l:end_virtcol >= l:start_virtcol
2527
for l:virtcol in range(l:start_virtcol, l:end_virtcol)
2628
let l:hl_groups[l:virtcol] = l:details.hl_group

0 commit comments

Comments
 (0)