aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files 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?