Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hecomi/uREPL
Browse files Browse the repository at this point in the history
  • Loading branch information
hecomi committed Dec 26, 2016
2 parents fac6434 + bf96644 commit 40c91d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/uREPL/Scripts/Core/Evaluator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static public CompileResult Evaluate(string code, bool autoCompleteComma = true)

static public string[] GetCompletions(string input, out string prefix)
{
return Mono.CSharp.Evaluator.GetCompletions(input, out prefix);
return Mono.CSharp.Evaluator.GetCompletions(input, out prefix);
}

static public string GetVars()
Expand Down
Binary file modified ProjectSettings/ProjectSettings.asset
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ Version
-------
| Data | Version | Description |
| ---------- | ------- | --------------------------- |
| 2015/11/29 | 0.3.0 | Add multi-line input. |
| 2016/10/29 | 0.3.1 | Fix bugs. |
| 2016/08/15 | 0.3.0 | Add multi-line input. |
| 2015/11/29 | 0.2.0 | Add command with arguments. |
| 2015/11/27 | 0.1.0 | Add inspectors. |
| 2015/11/01 | 0.0.1 | Start project. |

0 comments on commit 40c91d5

Please sign in to comment.