diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-01-01 15:00:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-01 15:00:39 +0100 |
commit | c4942880be0521673548c48bf61c1eac6bd37036 (patch) | |
tree | 62fa779cea100f27a97035c68dbee0646390af4f /runtime/doc/diff.txt | |
parent | 83e8723864e24d9bf542e779d9612d3ffd014dbf (diff) | |
download | rneovim-c4942880be0521673548c48bf61c1eac6bd37036.tar.gz rneovim-c4942880be0521673548c48bf61c1eac6bd37036.tar.bz2 rneovim-c4942880be0521673548c48bf61c1eac6bd37036.zip |
vim-patch:partial:f1dcd14fc5d4 (#21602)
Update runtime files
https://github.com/vim/vim/commit/f1dcd14fc5d4370476cd82895a4479ca2d252e54
missing autocmd blocks and getscriptinfo()
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'runtime/doc/diff.txt')
-rw-r--r-- | runtime/doc/diff.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/diff.txt b/runtime/doc/diff.txt index f38f123393..382d025d3c 100644 --- a/runtime/doc/diff.txt +++ b/runtime/doc/diff.txt @@ -137,6 +137,10 @@ Otherwise they are set to their default value: 'foldmethod' "manual" 'foldcolumn' 0 +'foldenable' will most-likely be reset to off. That is when 'foldmethod' is +restored to "manual". The folds themselves are not cleared but they should +not show up, resetting 'foldenable' is the best way to do that. + ============================================================================== 2. Viewing diffs *view-diffs* |