Fix: bad function declaration

This commit is contained in:
David Beniamine
2015-03-12 21:02:50 -03:00
parent dfd8add10d
commit 8c378b5646

View File

@@ -109,7 +109,7 @@ endfunction
" Returns the list of groups starting by a:symbol between lines a:begin and " Returns the list of groups starting by a:symbol between lines a:begin and
" a:end " a:end
function GetGroups(symbol,begin, end) function! GetGroups(symbol,begin, end)
let l:curline=a:begin let l:curline=a:begin
let l:groups=[] let l:groups=[]
while l:curline <= a:end while l:curline <= a:end