diff options
author | David Barnett <davidbarnett2@gmail.com> | 2016-04-17 15:47:44 -0700 |
---|---|---|
committer | David Barnett <davidbarnett2@gmail.com> | 2016-04-17 17:19:00 -0700 |
commit | 896f548eeebff4e581f4fbd51013e4e61d78ad51 (patch) | |
tree | 84ebb4641446b6fdf057683a118fd1f60d15dcdb /runtime/doc/options.txt | |
parent | aae7e8b7dd0123a75076fa1a2dc4fc9e2635738e (diff) | |
download | rneovim-896f548eeebff4e581f4fbd51013e4e61d78ad51.tar.gz rneovim-896f548eeebff4e581f4fbd51013e4e61d78ad51.tar.bz2 rneovim-896f548eeebff4e581f4fbd51013e4e61d78ad51.zip |
vim-patch:88774f
Updated runtime files and Italian messages.
https://github.com/vim/vim/commit/88774fdd23f08355297bb8cda78856859051d3c7
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 |