Skip to content

Commit

Permalink
Debug pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Sep 25, 2024
1 parent d1a0fb7 commit d69b50e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoload/flog/test.vim
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ function! flog#test#ShowNvimBufHl() abort
for l:virtcol in range(l:start_virtcol, l:end_virtcol)
let l:hl_groups[l:virtcol] = l:details.hl_group
endfor
else
echoerr 'Debug: start/end virtcol: "' .. l:start_virtcol .. '" ; "' .. l:end_vertcol .. '"' .. "\n" .. string(l:details)
endif
endfor

Expand Down

0 comments on commit d69b50e

Please sign in to comment.