diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-10-16 20:14:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-16 20:14:14 +0200 |
commit | fbd6b10e1b5b68fdec70e8ae8a2ad8ac2221a710 (patch) | |
tree | 3dcdc5476f133c009d4ba43f0c820e7adae78e26 /runtime/doc | |
parent | 0fa4f98a05bbcb60b5c317fac0e70da3821688fe (diff) | |
parent | acdc0b1955e531cd5a365066e1ce3a3fe22eefb9 (diff) | |
download | rneovim-fbd6b10e1b5b68fdec70e8ae8a2ad8ac2221a710.tar.gz rneovim-fbd6b10e1b5b68fdec70e8ae8a2ad8ac2221a710.tar.bz2 rneovim-fbd6b10e1b5b68fdec70e8ae8a2ad8ac2221a710.zip |
Merge #5493 from justinmk/checkhealth
CheckHealth: check tmux, terminfo
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/deprecated.txt | 4 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/runtime/doc/deprecated.txt b/runtime/doc/deprecated.txt index 2b69929cfe..6997d331e4 100644 --- a/runtime/doc/deprecated.txt +++ b/runtime/doc/deprecated.txt @@ -6,6 +6,10 @@ Nvim *deprecated* +The items listed below are "deprecated". This means they will be removed in +the future. They should not be used in new scripts, and old scripts should be +updated. + ============================================================================== Normal commands ~ 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. |