We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdf121b + ec1b634 commit 0b41d44Copy full SHA for 0b41d44
NEWS
@@ -1,4 +1,4 @@
1
-* Release rel-20151025
+* Release v20151025
2
** allow setting lua-indent-level as file local variable (issue #108)
3
4
** add luadoc keyword fontification (issue #71)
@@ -22,7 +22,16 @@
22
** improve `next-error' integration in Lua subprocess buffer: "stdin:N:"
23
entries are no longer highlighted and no longer prompt for "stdin" files
24
25
-** add support for Lua 5.2 goto keyword (issue #66)
+* release v20140514
26
+
27
+** add support for Lua 5.2 goto statements
28
29
+** when indenting, don't anchor to block-open tokens
30
+ somefunc({
31
+ ^
32
+ don't indent next line relative to this brace
33
34
+** fix several `indent-new-comment-line'-related bugs
35
36
** add support for local functions in imenu (issue #65)
37
0 commit comments