Skip to content

Commit aba2c90

Browse files
committed
Add debug print for #64
1 parent 7b4b1ea commit aba2c90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autoload/jsdoc.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ function! s:parse_keyword_arg(arg)
322322
if a:arg =~ '='
323323
let result = printf('[%s]', a:arg)
324324
endif
325+
" TODO Delete this
326+
echomsg string(result)
325327

326328
return result
327329
endfunction

0 commit comments

Comments
 (0)