aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-04-26 00:02:03 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-04-26 00:02:03 -0400
commit1a636eabd555c3631348bae8291dbb7974523310 (patch)
tree8b7b01332c479c821cfb310f0f45dbbb211dea2e
parent5b94632f6e470f7224404e777301f40c9019fd17 (diff)
downloadrneovim-1a636eabd555c3631348bae8291dbb7974523310.tar.gz
rneovim-1a636eabd555c3631348bae8291dbb7974523310.tar.bz2
rneovim-1a636eabd555c3631348bae8291dbb7974523310.zip
Update README.md
-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?