Skip to content

Commit

Permalink
Bump NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
immerrr committed Jun 28, 2014
1 parent 6f7800f commit ec1b634
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
* dev
* release v20140514

** add support for Lua 5.2 goto statements

** when indenting, don't anchor to block-open tokens
somefunc({
^
don't indent next line relative to this brace

** fix several `indent-new-comment-line'-related bugs

** skip shebang line when sending to inferior buffer (issue #61)

** rewrite lua-send-region to use "loadstring" rather than "dofile"
Expand Down

0 comments on commit ec1b634

Please sign in to comment.