diff options
author | Gregory Anders <greg@gpanders.com> | 2021-08-17 12:12:09 -0600 |
---|---|---|
committer | Gregory Anders <greg@gpanders.com> | 2021-08-17 16:38:39 -0600 |
commit | f6c72b745cfbaaba80555de9a5d4b25f30f17ab2 (patch) | |
tree | bc1875b3751034df8635e7209d83762f06fbf050 /runtime/doc/vim_diff.txt | |
parent | 15b736d6e88dba114294b84a21e463b77a0b2857 (diff) | |
download | rneovim-f6c72b745cfbaaba80555de9a5d4b25f30f17ab2.tar.gz rneovim-f6c72b745cfbaaba80555de9a5d4b25f30f17ab2.tar.bz2 rneovim-f6c72b745cfbaaba80555de9a5d4b25f30f17ab2.zip |
feat(defaults): set hidden
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 7e1bd3e087..49996fd8b3 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -41,6 +41,7 @@ the differences. - 'fillchars' defaults (in effect) to "vert:│,fold:·,sep:│" - 'formatoptions' defaults to "tcqj" - 'fsync' is disabled +- 'hidden' is enabled - 'history' defaults to 10000 (the maximum) - 'hlsearch' is enabled - 'incsearch' is enabled |