Age | Commit message (Collapse) | Author |
|
|
|
Requires Scintillua r500 (changeset 130a0af31d5f).
|
|
|
|
|
|
|
|
Keep "#!.+/sh" since "#!.+sh" as a pattern is too generic.
|
|
Requires Scintillua r494 (changeset 955860bf41a1).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This requires lspawn r34 (changeset 85eadda7da2a).
|
|
|
|
|
|
This requires Scintillua r484 (changeset 6a4307f7d2cb).
|
|
|
|
Thanks to Lance Larsen.
|
|
|
|
|
|
|
|
|
|
On FreeBSD the https link was problematic.
|
|
|
|
|
|
|
|
These flags were causing the nightly builds to fail.
Lua 5.3's 64-bit integers use "long long", which is not supported by c++98.
However, mingw32 has issues with -std=c++0x and apple-darwin does not support it
at all. Instead, resort to disabling the "long long" warning.
|
|
This fixes a view-specific property bug.
|
|
|
|
|