Remove pointless (and inaccurate) paragraph on folding in help doc

This commit is contained in:
Alex Vear
2020-08-25 22:45:43 +01:00
parent 92bab89063
commit 42315ab08c

View File

@@ -45,15 +45,10 @@ enable it manually.
To control how Org.vim handles folding, just use the standard Vim |folding| To control how Org.vim handles folding, just use the standard Vim |folding|
options and commands. options and commands.
For example if you want to enable or disable folding, use 'foldenable'. For example if you want to enable or disable folding, just set 'foldenable'.
> >
autocmd FileType org,outline setlocal nofoldenable autocmd FileType org,outline setlocal nofoldenable
< <
Or if you want folding enabled and all folds opened by default, use
'foldlevelstart'.
>
autocmd FileType org,outline setlocal foldenable foldlevelstart=99
<
For more information on folding in Vim, refer to |fold.txt|. For more information on folding in Vim, refer to |fold.txt|.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------