Skip to content

Commit

Permalink
Replace tabs with eight spaces.
Browse files Browse the repository at this point in the history
The vast majority of the doc uses spaces. About 10 lines
were using tabs. This commit expands them for consistency.
  • Loading branch information
srsudar committed Jun 1, 2015
1 parent 55a88ed commit 5c81d7a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions doc/latex-box.txt
Expand Up @@ -286,10 +286,10 @@ Viewing ~
Folding ~

*:LatexFold*
Recalculate the folds in the file.
Recalculate the folds in the file.
This is especially useful if you are editing a large file with
automatic folding disabled for performance reasons.
See |g:LatexBox_fold_automatic|.
See |g:LatexBox_fold_automatic|.

------------------------------------------------------------------------------

Expand Down Expand Up @@ -721,14 +721,14 @@ folded.
Set number of section levels to fold in TOC.

*g:LatexBox_fold_automatic* Default: 1
Turn on/off automatic calculation of folds.
By default LaTeX-Box recalculates the folds every time you exit insert
mode. However for large files this can be a rather slow process: a
couple of seconds to 10s of seconds.
If this option is set to 0 the folding code is still enabled but isn't
activated by default. Hence you need to manually tell vim to
recalculate folds every time you find it apropriate.
You can recalculate the folds using <LocalLeader>lf or |:LatexFold|
Turn on/off automatic calculation of folds.
By default LaTeX-Box recalculates the folds every time you exit insert
mode. However for large files this can be a rather slow process: a
couple of seconds to 10s of seconds.
If this option is set to 0 the folding code is still enabled but isn't
activated by default. Hence you need to manually tell vim to
recalculate folds every time you find it apropriate.
You can recalculate the folds using <LocalLeader>lf or |:LatexFold|

==============================================================================

Expand Down

0 comments on commit 5c81d7a

Please sign in to comment.