aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-10-16 03:54:22 +0200
committerJustin M. Keyes <justinkz@gmail.com>2016-10-16 18:08:53 +0200
commit6fc122e600bae630ccf768baece84fbd17eda81e (patch)
tree26993d701f876eb986193e4b5037286f4fd625a3 /runtime/doc/vim_diff.txt
parent97caabc49a4fa73e9f12fd5c910c1ba67292ba62 (diff)
downloadrneovim-6fc122e600bae630ccf768baece84fbd17eda81e.tar.gz
rneovim-6fc122e600bae630ccf768baece84fbd17eda81e.tar.bz2
rneovim-6fc122e600bae630ccf768baece84fbd17eda81e.zip
doc
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 249208911b..f036b4427e 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -76,6 +76,15 @@ Python plugins |provider-python|
Clipboard integration |provider-clipboard|
+USER EXPERIENCE ~
+
+A major goal of Nvim is to work intuitively and consistently. For example,
+Nvim does not have `-X`, a platform-specific option available in some Vim
+builds (with potential surprises: http://stackoverflow.com/q/14635295). Nvim
+avoids features that cannot be provided on all platforms--instead that is
+delegated to external plugins/extensions.
+
+
OTHER FEATURES ~
|bracketed-paste-mode| is built-in and enabled by default.