Fix bug with unite ToC
This commit is contained in:
parent
2559a85105
commit
1fa42b7f64
@ -66,7 +66,7 @@ function! s:create_candidate(entry, maxlevel) " {{{1
|
||||
\ 'word' : title,
|
||||
\ 'abbr' : title . ' @' . level,
|
||||
\ 'action__path' : a:entry.file,
|
||||
\ 'action__line' : a:entry.line,
|
||||
\ 'action__line' : get(a:entry, 'line', 0),
|
||||
\ }
|
||||
endfunction
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user