We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b169ba commit 41044ecCopy full SHA for 41044ec
autoload/hdevtools.vim
@@ -590,7 +590,7 @@ function! hdevtools#insert_type()
590
591
let l:pos_lines = split(l:output_for_pos, '\n')
592
if len(l:pos_lines) == 0
593
- call hdevtools#print_error('hdevtools#insert_type: No Type Information.)
+ call hdevtools#print_error('hdevtools#insert_type: No Type Information.')
594
return
595
endif
596
let l:pos_last_line = l:pos_lines[-1]
0 commit comments