diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2016-02-15 19:55:51 +0100 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2016-02-15 19:55:51 +0100 |
commit | 089368c15f0252d69bc63f34dea74866bed3ff09 (patch) | |
tree | 702999f352c42901f968fd1c4cf9cbf947c3d116 | |
parent | 7609a96a35224be3d7f3ba77691f9115e0281b4e (diff) | |
download | rneovim-089368c15f0252d69bc63f34dea74866bed3ff09.tar.gz rneovim-089368c15f0252d69bc63f34dea74866bed3ff09.tar.bz2 rneovim-089368c15f0252d69bc63f34dea74866bed3ff09.zip |
Doc: correct default value
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index ac5efc6a1d..d3768409f5 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -50,7 +50,7 @@ these differences. - 'listchars' defaults to "tab:> ,trail:-,nbsp:+" - 'mouse' defaults to "a" - 'nocompatible' is always set -- 'nrformats' defaults to "hex" +- 'nrformats' defaults to "bin,hex" - 'sessionoptions' doesn't include "options" - 'smarttab' is set by default - 'tabpagemax' defaults to 50 |