Skip to content

Commit

Permalink
Bug fix for E688: More targets than List items
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Apr 21, 2013
1 parent 3181ba4 commit 514947b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/xolox/easytags.vim
Expand Up @@ -3,7 +3,7 @@
" Last Change: April 21, 2013
" URL: http://peterodding.com/code/vim/easytags/

let g:xolox#easytags#version = '3.1.3'
let g:xolox#easytags#version = '3.1.4'

call xolox#misc#compat#check('easytags', 1)

Expand Down Expand Up @@ -256,7 +256,7 @@ function! s:run_ctags(starttime, cfile, tagsfile, firstrun, cmdline) " {{{3
else
call xolox#misc#timer#stop("easytags.vim %s: Created tags in %s.", g:xolox#easytags#version, a:starttime)
endif
return []
return [[], 0]
endif
endif
return [xolox#easytags#parse_entries(lines), has_updates]
Expand Down

0 comments on commit 514947b

Please sign in to comment.