Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit da45684

Browse files
committed
Fix typo in s:clear_timer_fn
1 parent 031d222 commit da45684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/lsp_cxx_hl/hl.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function! s:stop_clear(bufnr, timer_var) abort
160160
endfunction
161161

162162
function! s:clear_timer_fn(bufnr, timer_var, ClearFn, timer) abort
163-
call lsp_cxx_hl#verbose_log(a:timer_var, ' clear_timer_fn ', l:timer)
163+
call lsp_cxx_hl#verbose_log(a:timer_var, ' clear_timer_fn ', a:timer)
164164
call a:ClearFn(a:bufnr)
165165
call setbufvar(a:bufnr, a:timer_var, -1)
166166
endfunction

0 commit comments

Comments
 (0)