Skip to content

Commit

Permalink
Remove debug variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Sep 3, 2024
1 parent 6eacfe9 commit 956e120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoload/flog/win.vim
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ function! flog#win#SetConcealCol(line, concealcol) abort
endfunction

function! flog#win#RestoreConcealCol(saved_win) abort
let g:debug = a:saved_win
call flog#win#SetConcealCol('.', a:saved_win.concealcol)
return a:saved_win.concealcol
endfunction
Expand Down

0 comments on commit 956e120

Please sign in to comment.