1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-18 03:50:26 +01:00

Typo in comment

This commit is contained in:
Jan Larres
2012-08-26 19:32:46 +12:00
parent b1c7f5f792
commit 7d1ba97603

View File

@@ -2060,7 +2060,7 @@ function! s:ParseTagline(part1, part2, typeinfo, fileinfo) abort
endfunction
" s:GetPrototype() {{{2
" Look for unbalanced opening parantheses and add lines until they are
" Look for unbalanced opening parentheses and add lines until they are
" balanced do get the complete prototype.
function! s:GetPrototype(linenr) abort
let line = getline(a:linenr)