From 7d1ba97603dff5f274342186aaee740d2ff56304 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Sun, 26 Aug 2012 19:32:46 +1200 Subject: [PATCH] Typo in comment --- autoload/tagbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 894c1a2..0299251 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -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)