aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-05-12 19:49:24 -0400
committerMichael Reed <m.reed@mykolab.com>2015-05-15 16:28:57 -0400
commit6f72f56492c0948371c746356458c1693efa85a3 (patch)
treeecf3f313be9d86a0075c359dcdddbd21868b9e8f /runtime/doc/vim_diff.txt
parenta822118e64c6ddcfdc4285ba1c8e3aa5fdb7a2a1 (diff)
downloadrneovim-6f72f56492c0948371c746356458c1693efa85a3.tar.gz
rneovim-6f72f56492c0948371c746356458c1693efa85a3.tar.bz2
rneovim-6f72f56492c0948371c746356458c1693efa85a3.zip
Change 'backspace' default to "indent,eol,start" #2639
While here, alphabetically sort section 2 of vim_diff.txt Helped-by: Jakob Schnitzer <mail@jakobschnitzer.de> Helped-by: Felipe Morales <hel.sheep@gmail.com>
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 215b0edb94..20653f03bc 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -28,8 +28,10 @@ these differences.
==============================================================================
2. Option defaults *nvim-option-defaults*
-- 'nocompatible' is always set
+- 'backspace' defaults to "indent,eol,start"
- 'encoding' defaults to "utf-8"
+- 'nocompatible' is always set
+- 'ttyfast' is always set
==============================================================================
3. Changed features *nvim-features-changed*