From 8948a9415748704b198d192dfc63365380767e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Sat, 22 Nov 2014 16:51:31 +0100 Subject: [PATCH] Minor fix to docs (cf. #67) --- doc/latex.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/latex.txt b/doc/latex.txt index 6c16a45..801ed2a 100644 --- a/doc/latex.txt +++ b/doc/latex.txt @@ -484,7 +484,7 @@ Allow the TOC help text to be hidden. > let g:latex_toc_hide_help = 0 < *g:latex_toc_hide_preamble* -If enabled, the start of the preamble is not shown in the TOC. +If enabled, the start of the preamble is not shown in the TOC. > let g:latex_toc_hide_preamble = 0 < *g:latex_toc_resize*