aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-05-16 02:07:56 -0300
committerMichael Reed <m.reed@mykolab.com>2015-05-29 00:39:22 -0400
commitfa0f1222212704c93ab828b876bda5e9e1cb507e (patch)
tree56040761ba94f89ef2baa1ca4c26938dea0d6a8a /runtime/doc/vim_diff.txt
parentee312ca9a4d35132059db80b13153ce71faa4ae6 (diff)
downloadrneovim-fa0f1222212704c93ab828b876bda5e9e1cb507e.tar.gz
rneovim-fa0f1222212704c93ab828b876bda5e9e1cb507e.tar.bz2
rneovim-fa0f1222212704c93ab828b876bda5e9e1cb507e.zip
Remove 'octal' from default value for '&nrformats' #2668
<C-A> over "07" should increment to "08" by default. Re: https://github.com/neovim/neovim/issues/1664 Reviewed-by: Justin M. Keyes <justinkz@gmail.com> Reviewed-by: Scott Prager <splinterofchaos@gmail.com> Reviewed-by: Michael Reed <m.reed@mykolab.com>
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index a14a6d5f4f..f3f3e961d1 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -32,6 +32,7 @@ these differences.
- 'encoding' defaults to "utf-8"
- 'formatoptions' defaults to "tcqj"
- 'nocompatible' is always set
+- 'nrformats' defaults to "hex"
- 'tags' defaults to "./tags;,tags"
- 'ttyfast' is always set
- 'wildmenu' is set by default