| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Fix #427
|
|
|
|
|
|
|
|
|
|
by rank
|
|
|
|
|
|
Just rerun the actual completers
|
|
|
|
|
|
It does not work well with regexes starting with a lookbehind, as
we would need to reparse from further away, leading to the last
match just being removed. It seems safer not to remove it, as
the motivating use case (multiline macros) is better left to
regions anyway.
Fixes #440
|
|
|
|
|
|
Reloading used to be implicit in the buffer creation function,
which is not always nice, as code that explicitely wanted to
reload a buffer could not say so.
|
|
|
|
|
|
Files opened from the command line where not handled correctly.
|
|
Fixes #425
|
|
|
|
Fixes #435
|
|
|
|
their unicode control picture
|
|
|
|
|
|
|
|
|
|
That way, other clients can still be serviced by the server.
|
|
|
|
Fixes #423
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* For now the non ui code will hold this information. Ideally the UI would
be able to describe its options in some way.
|
|
|
|
|
|
|
|
|
|
|