| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the split function now takes an additional escape parameter and
does not split on separators that have the escaper before it.
An utility escape function that adds escape before separators
is also added.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
expected
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use a Direction enum instead of a bool forward parameter
|
|
|
|
|
|
|
|
tab character were not properly handled when scrolling horizontally
|
|
|
|
* single and doubly quoted strings correctly remove the \ when their
delimiter is quoted ('\'' is interpreted as ', not \')
* %{} strings do not support quoting when using matching pairs, so
%{\} is interpreted as \, however when using same ending character
as delimiter quoting still works: %~\~~ is interpreted as ~.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|