aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-06-28 18:47:38 -0400
committerMichael Reed <m.reed@mykolab.com>2015-07-05 11:45:41 -0400
commit5da8ac8d2937ed4fd0c6da4116f70fdd34204220 (patch)
treeb37d313cff5f815a9fec8bc14a6c36b91dd1cf95
parentbe00bd70168b2b5051980861f54a8f323cba1e4e (diff)
downloadrneovim-5da8ac8d2937ed4fd0c6da4116f70fdd34204220.tar.gz
rneovim-5da8ac8d2937ed4fd0c6da4116f70fdd34204220.tar.bz2
rneovim-5da8ac8d2937ed4fd0c6da4116f70fdd34204220.zip
README.md: Various
`:h nvim_terminal_emulator.txt` is much more comprehensive than `:h :terminal`, so link to it instead.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 674a0a3845..51b919f3d5 100644
--- a/README.md
+++ b/README.md
@@ -29,9 +29,9 @@ For lots more details, see
### What's been done so far
-- [Terminal emulator](http://neovim.io/doc/user/various.html#:terminal)
+- [Terminal emulator](http://neovim.io/doc/user/nvim_terminal_emulator.html)
- [Job control](https://github.com/neovim/neovim/pull/2247)
-- msgpack remote API
+- MessagePack-based remote API
- Performance, reliability, portability
See the [progress page](https://github.com/neovim/neovim/wiki/Progress) for a comprehensive list.