diff options
| author | Michael Reed <m.reed@mykolab.com> | 2015-01-30 07:19:43 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-26 17:36:40 -0400 |
| commit | c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64 (patch) | |
| tree | 924b025f6150598d4b7833fb9ded9d361c57d44e /runtime/doc/nvim_intro.txt | |
| parent | 13f0ef66b4b1eb3240a3891450bf96155359acfe (diff) | |
| download | rneovim-c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64.tar.gz rneovim-c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64.tar.bz2 rneovim-c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64.zip | |
doc: Introduce vim-differences #2141
This documents the differences between nvim and nvim.
Regarding the removal of references to 'renderoptions': it was never
added in the first place, so there's no need to mention its "removal".
Diffstat (limited to 'runtime/doc/nvim_intro.txt')
| -rw-r--r-- | runtime/doc/nvim_intro.txt | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/runtime/doc/nvim_intro.txt b/runtime/doc/nvim_intro.txt index d6389a815d..d44648c575 100644 --- a/runtime/doc/nvim_intro.txt +++ b/runtime/doc/nvim_intro.txt @@ -1,4 +1,4 @@ -*nvim_intro.txt* For Nvim. {Nvim} +*nvim_intro.txt* For Nvim. {Nvim} NVIM REFERENCE MANUAL by Thiago de Arruda @@ -6,19 +6,20 @@ Introduction to Nvim *nvim* *nvim-intro* -This is an introduction to Vim users that are just getting started with Nvim. +This is an introduction for Vim users who are just getting started with Nvim. It is not meant for Vim beginners. For a basic introduction to Vim, see |help.txt|. For now, it is just an index with the most relevant topics/features that differentiate Nvim from Vim: -1. Msgpack-RPC |msgpack-rpc| -2. Job control |job-control| -3. Python plugins |nvim-python| -4. Clipboard integration |nvim-clipboard| -5. Remote plugins |remote-plugin| -6. Provider infrastructure |nvim-provider| +1. Differences from Vim |vim-differences| +2. Msgpack-RPC |msgpack-rpc| +3. Job control |job-control| +4. Python plugins |nvim-python| +5. Clipboard integration |nvim-clipboard| +6. Remote plugins |remote-plugin| +7. Provider infrastructure |nvim-provider| ============================================================================== vim:tw=78:ts=8:noet:ft=help:norl: |
