Skip to content

Commit

Permalink
* announce
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposaBoy committed Dec 13, 2012
1 parent fc1989b commit 2e272ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## r12.12.13-2
* add a new setting: `autocomplete_filter_name`
you may set this to a regexp which will be used to filter entries in the auto-completion list
e.g. `"autocomplete_filter_name": "^autogenerated_"` will prevent any type or function
whose name begins with "autogenerated_" from appearing in the auto-completion list

## r12.12.13-1
* implement `9 replay` command that will `9 play` (build + run) the current package, after killing any previous instances.
Until it goes live, you can override the existing `ctrl+dot`,`ctrl+r` binding or bind it to something else by adding
Expand Down

0 comments on commit 2e272ac

Please sign in to comment.