aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-10-30 22:33:28 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-10-30 22:33:28 -0400
commita48949a3da5be462788b51ba88d57365d5551962 (patch)
treeb38f3194bcfa09eeea8c982346a27506313253cb
parentd1cfaa0a55412758259f65837f4ff595204acd37 (diff)
downloadrneovim-a48949a3da5be462788b51ba88d57365d5551962.tar.gz
rneovim-a48949a3da5be462788b51ba88d57365d5551962.tar.bz2
rneovim-a48949a3da5be462788b51ba88d57365d5551962.zip
Update README.md
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9214492776..c6f668c425 100644
--- a/README.md
+++ b/README.md
@@ -29,10 +29,12 @@ For lots more details, see
### What's been done so far
-- [Terminal emulator](http://neovim.io/doc/user/nvim_terminal_emulator.html)
-- [Job control](https://github.com/neovim/neovim/pull/2247)
-- MessagePack-based remote API
-- Performance, reliability, portability
+- Automatic [history merge](https://github.com/neovim/neovim/pull/2506) between multiple editor instances
+- [XDG-compliant](https://github.com/neovim/neovim/pull/3470) configuration
+- Embedded [terminal emulator](https://neovim.io/doc/user/nvim_terminal_emulator.html)
+- Asynchronous [job control](https://github.com/neovim/neovim/pull/2247)
+- [MessagePack](https://msgpack.org) remote API
+- [Pushdown automaton](https://github.com/neovim/neovim/pull/3413) for state transitions
See the [progress page](https://github.com/neovim/neovim/wiki/Progress) for a comprehensive list.