Group related code

This commit is contained in:
Karl Yngve Lervåg 2013-11-29 12:30:49 +01:00
parent c9828a6a8a
commit ef411b4f3f

View File

@ -34,6 +34,7 @@ function! latex#toc#open()
else else
let toc = s:read_toc(auxfile, texfile) let toc = s:read_toc(auxfile, texfile)
let closest_index = s:find_closest_section(toc, calling_file) let closest_index = s:find_closest_section(toc, calling_file)
silent exe g:latex_toc_split_side g:latex_toc_width . 'vnew LaTeX\ TOC' silent exe g:latex_toc_split_side g:latex_toc_width . 'vnew LaTeX\ TOC'
let b:toc = toc.data let b:toc = toc.data
let b:toc_numbers = 1 let b:toc_numbers = 1