diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-06-28 18:47:38 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-07-05 11:45:41 -0400 |
commit | 5da8ac8d2937ed4fd0c6da4116f70fdd34204220 (patch) | |
tree | b37d313cff5f815a9fec8bc14a6c36b91dd1cf95 | |
parent | be00bd70168b2b5051980861f54a8f323cba1e4e (diff) | |
download | rneovim-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |