From 1a636eabd555c3631348bae8291dbb7974523310 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 26 Apr 2015 00:02:03 -0400 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e613928302..3852681ea9 100644 --- a/README.md +++ b/README.md @@ -28,18 +28,20 @@ For lots more details, see ### What's been done so far -- [Job control](https://github.com/neovim/neovim/pull/475) (work with processes asynchronously) +- [Terminal emulator](http://neovim.io/doc/user/various.html#:terminal) +- [Job control](https://github.com/neovim/neovim/pull/2247) - msgpack remote API -- Performance, reliability, and portability improvements -- See the [progress page](https://github.com/neovim/neovim/wiki/Progress) for a comprehensive list. +- Performance, reliability, portability + +See the [progress page](https://github.com/neovim/neovim/wiki/Progress) for a comprehensive list. [![Throughput Graph](https://graphs.waffle.io/neovim/neovim/throughput.svg)](https://waffle.io/neovim/neovim/metrics) ### What's being worked on now - Port all IO to [libuv](https://github.com/libuv/libuv/blob/master/README.md) -- Lots of refactoring -- A VimL => Lua translator +- Convert legacy tests to Lua tests +- VimL => Lua translator ### How do I get it?