Maxime Coste
|
91386a535c
|
Support discarding selections in exec/eval -itersel
Only fail if all selections are discarded.
Fixes #2841
|
2019-05-13 17:34:43 +10:00 |
|
Maxime Coste
|
6b79c1e000
|
Support named captures in hooks
Fixes #2857
|
2019-04-15 23:56:49 +10:00 |
|
Maxime Coste
|
41f19f8dc9
|
Add support for %file{...} expansions
This should make the use case exposed in #2836 implementable.
|
2019-04-07 09:43:40 +10:00 |
|
Maxime Coste
|
744778be30
|
Add a -to-file <filename> switch to the echo command
As discussed in #2836
|
2019-04-07 09:32:17 +10:00 |
|
Maxime Coste
|
baae0c899b
|
Add -timestamp switch support to the select command
Fixes #2829
|
2019-04-01 22:11:18 +11:00 |
|
Maxime Coste
|
4843149b6a
|
Make error description available as "%val{error}" during catch blocks
Fixes #2761
|
2019-03-05 20:46:23 +11:00 |
|
Maxime Coste
|
370d10ccc7
|
Always select inserted text after piping
Relying on general selection update code is error prone due to
diffing.
Fixes #2394
|
2019-01-23 20:14:08 +11:00 |
|
Maxime Coste
|
1875ff51a0
|
Gather the list of hooks to run before running the parent
This will prevent hooks added by the parent hook manager to be
gathered, as was decided during the discussion for #2603
|
2018-12-09 10:07:40 +11:00 |
|
Maxime Coste
|
16908bf091
|
Fix hooks triggering on unset-option even if parent has same value
|
2018-11-28 21:45:40 +11:00 |
|
Maxime Coste
|
9387abed81
|
tests: Update selections files to match the new selection list syntax
|
2018-07-05 07:54:28 +10:00 |
|
Frank LENORMAND
|
58cad9aecf
|
test: Fix UTF8 compliant locale detection
|
2017-02-23 18:46:56 +03:00 |
|
Maxime Coste
|
13ed87410f
|
Rework compute_modified_ranges
Fixes #743
|
2016-07-26 23:31:23 +01:00 |
|
Maxime Coste
|
20bd4173e2
|
Support auto disabling of unit tests with an optional enabled script
Restore the unicode test case using that.
|
2015-11-16 21:17:23 +00:00 |
|
Maxime Coste
|
c3a4fc9405
|
Revert "Add an unicode to upper case test", needs an utf8 locale
This reverts commit 6aa892ef49 .
|
2015-11-16 13:56:12 +00:00 |
|
Maxime Coste
|
6aa892ef49
|
Add an unicode to upper case test
|
2015-11-15 13:32:48 +00:00 |
|
Maxime Coste
|
e0049bb587
|
Fix backward search searching from on char before the corret one.
Fixes #406
|
2015-09-14 14:28:45 +01:00 |
|
Maxime Coste
|
8795a56731
|
Merge overlapping selections before erasing
Overlapping selections on erase confuse the ForwardChangeTracker
and will confuse the user,
Fixes #298
|
2015-06-28 10:16:39 +01:00 |
|
Maxime Coste
|
4be6090107
|
Fix additional eol inserted when replace piping at end of buffer
|
2015-03-06 13:57:21 +00:00 |
|
Maxime Coste
|
f4e96e7f2e
|
Fix bug when deleting end of buffer text using multiple selections
|
2015-01-23 19:12:15 +00:00 |
|
Alex Leferry 2
|
d20d43bf36
|
add testing framework
|
2014-06-30 12:22:50 +02:00 |
|