File: multibox

package info (click to toggle)
vim-latexsuite 20060325-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,496 kB
  • ctags: 633
  • sloc: sh: 5,538; python: 280; makefile: 67; perl: 50
file content (10 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
if exists("multibox_package_file")
	finish
endif
let multibox_package_file = 1

let g:TeX_package_option_multibox = ''

let g:TeX_package_multibox = 'multimake,multiframe'

" vim:ft=vim:ff=unix: