Skip to content

Commit 95cda9c

Browse files
committed
Indent: Improve SearchForBlockStart debug message
1 parent 242f7ad commit 95cda9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indent/verilog_systemverilog.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function! s:SearchForBlockStart(start_wd, mid_wd, end_wd, current_line_no, skip_
210210
endif
211211

212212
let l:lnum = searchpair(a:start_wd, a:mid_wd, a:end_wd, 'bnW', l:skip_arg)
213-
call verilog_systemverilog#Verbose('SearchForBlockStart: returning l:lnum ' . l:lnum)
213+
call verilog_systemverilog#Verbose('SearchForBlockStart: ' . a:start_wd . ' returning l:lnum ' . l:lnum)
214214
return l:lnum
215215
endfunction
216216

0 commit comments

Comments
 (0)