diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-04-17 20:34:49 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-17 20:34:49 -0400 |
commit | ca280c28b464239de85152a2d1230bfc678f7358 (patch) | |
tree | dc93fc38d9d9dbaf61733997c1783ada1ae88804 /runtime/doc/options.txt | |
parent | 007d573147bb9086c63e779b1db3938690037db8 (diff) | |
parent | 896f548eeebff4e581f4fbd51013e4e61d78ad51 (diff) | |
download | rneovim-ca280c28b464239de85152a2d1230bfc678f7358.tar.gz rneovim-ca280c28b464239de85152a2d1230bfc678f7358.tar.bz2 rneovim-ca280c28b464239de85152a2d1230bfc678f7358.zip |
Merge pull request #4594 from dbarnett/vim-88774f
vim-patch:88774f
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index dbc87a8676..4a4e7b804e 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -49,9 +49,12 @@ achieve special effects. These options come in three forms: :se[t] {option}&vi Reset option to its Vi default value. :se[t] {option}&vim Reset option to its Vim default value. -:se[t] all& Set all options, except terminal options, to their - default value. The values of 'lines' and 'columns' - are not changed. +:se[t] all& Set all options to their default value. The values of + these options are not changed: + 'columns' + 'encoding' + 'lines' + Warning: This may have a lot of side effects. *:set-args* *E487* *E521* :se[t] {option}={value} or |