aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2016-02-15 19:55:51 +0100
committerMarco Hinz <mh.codebro@gmail.com>2016-02-15 19:55:51 +0100
commit089368c15f0252d69bc63f34dea74866bed3ff09 (patch)
tree702999f352c42901f968fd1c4cf9cbf947c3d116
parent7609a96a35224be3d7f3ba77691f9115e0281b4e (diff)
downloadrneovim-089368c15f0252d69bc63f34dea74866bed3ff09.tar.gz
rneovim-089368c15f0252d69bc63f34dea74866bed3ff09.tar.bz2
rneovim-089368c15f0252d69bc63f34dea74866bed3ff09.zip
Doc: correct default value
-rw-r--r--runtime/doc/vim_diff.txt2
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