From ad8c5d36a010bb93a40dd122054f20ca8a6ddbe4 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sun, 11 Aug 2013 07:39:17 +0000 Subject: [PATCH 1/2] Update README.md Typo --- editors/emacs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/emacs/README.md b/editors/emacs/README.md index 11c149b..780920b 100644 --- a/editors/emacs/README.md +++ b/editors/emacs/README.md @@ -4,7 +4,7 @@ This is a first cut at emacs support. It is far from complete. ##Requirements * You must have the [auto-complete](https://github.com/auto-complete/auto-complete) package -* This integration will not automatically start dcd-server, so you'll have to do hat yourself. +* This integration will not automatically start dcd-server, so you'll have to do that yourself. * Make sure dcd-client is in your path * Add the following to your .emacs From dcf3e8bc8bacf30071c436854e2cc9433cceba34 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sun, 11 Aug 2013 07:41:05 +0000 Subject: [PATCH 2/2] Update README.md Function parameters now exist as they should. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b4ab80..4699e12 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ back to the client. * *auto* declarations * Operator overloading (opIndex, opSlice, etc) when autocompleting * Instances of enum types resolve to the enum itself instead of the enum base type - * Function parameters do not appear in the scope of the function body * Public imports + * Array and associative array indexing in autocompletion * That one feature that you *REALLY* needed #Setup