aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-04-29 00:24:09 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-05-02 15:59:52 -0300
commitabecd0f3942d3fd172393f6ad16b9877aab6755a (patch)
treea68732d118ef8de91ecb291bbade220b02977825
parentd1411aebd8c9514a6a5fceaffe6d11f5a8df59f1 (diff)
downloadrneovim-abecd0f3942d3fd172393f6ad16b9877aab6755a.tar.gz
rneovim-abecd0f3942d3fd172393f6ad16b9877aab6755a.tar.bz2
rneovim-abecd0f3942d3fd172393f6ad16b9877aab6755a.zip
Update README: progress section
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index c08ebdee71..e15f63d418 100644
--- a/README.md
+++ b/README.md
@@ -30,9 +30,15 @@ For lots more details, see
- Formatted entire source with [uncrustify]
- Replaced autotools build system with [CMake]
- Implemented [continuous integration] and [test coverage]
-- Wrote 60+ new unit tests
+- Wrote 100+ new unit tests
- Split large, monolithic files (`misc1.c`) into logical units
(`path.c`, `indent.c`, `garray.c`, `keymap.c`, ...)
+- [Implemented](https://github.com/neovim/neovim/pull/475) job control ("async")
+- Reworked out-of-memory handling resulting in greatly simplified control flow
+- Merged 50+ upstream patches (nearly caught up with upstream)
+- [Removed](https://github.com/neovim/neovim/pull/635) 8.3 filename support
+- [Changed](https://github.com/neovim/neovim/pull/574) to portable format
+ specifiers (first step towards building on Windows)
[unifdef]: http://freecode.com/projects/unifdef
[uncrustify]: http://uncrustify.sourceforge.net/
@@ -46,6 +52,7 @@ For lots more details, see
- Lots of refactoring
- A VimL => Lua transpiler
- Formatting with `clint.py`
+- msg-pack remote API
### How do I get it?