Files
deb-lite-xl/data/core
Guldoman f92f56d42e Manage return values from "replacer" function in Doc:replace
Before the addition of multi-cursor support, we just returned the second 
return value of the "replacer" function to the caller.

With the introduction of multi-cursors, we naively summed the second 
return values for each cursor.
In some cases the "replacer" function doesn't return any second value, 
so we tried to do math with `nil`, thus throwing errors.

Now the second return value is added to a table which is then returned 
to the caller.
2022-04-27 21:53:35 +02:00
..
2022-04-26 18:29:05 -04:00
2021-12-15 16:50:38 -05:00
2022-04-26 09:48:59 -04:00
2021-04-21 09:48:30 +02:00
2021-04-21 09:48:30 +02:00
2022-04-26 09:42:02 -04:00
2019-12-28 11:17:56 +00:00
2021-04-12 19:05:30 +02:00