From 9a545b4038e126cb41429c2359a9eac60399e07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Tue, 12 Jul 2016 17:42:22 +0200 Subject: [PATCH] Added documentation for documentclass folding (#477) --- doc/vimtex.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/vimtex.txt b/doc/vimtex.txt index b1239d8..81fd1b9 100644 --- a/doc/vimtex.txt +++ b/doc/vimtex.txt @@ -453,6 +453,8 @@ Options~ *g:vimtex_fold_preamble* Control whether or not to fold the preamble. + Note: This option can not be used together with |g:vimtex_fold_documentclass|. + Default value: 1 *g:vimtex_fold_sections* @@ -479,6 +481,14 @@ Options~ < Default value: 1 +*g:vimtex_fold_documentclass* + Use this option to disable/enable folding of long `\documentclass` lines. This + works similar to |g:vimtex_fold_usepackage|. + + Note: This option can not be used together with |g:vimtex_fold_preamble|. + + Default value: 0 + *g:vimtex_imaps_enabled* Use this option to disable/enable the insert mode mappings.