juneedahamed / vc.vim

Support for SVN, Git, HG and BZR
47 stars 9 forks source link

Fix exception on parsing empty lines #5

Closed AlterDepp closed 7 years ago

AlterDepp commented 7 years ago

When I run VCStatus in my project, I get no output at all. I could fix this by checking tokens for length 0 in vc#svn#summary: if len(tokens) == 0 || len(matchstr(tokens[len(tokens)-1], g:p_ign_fpat)) != 0 | cont | en

juneedahamed commented 7 years ago

Just committed the change