lite-xl/data
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
..
colors Add textadept theme and correct language_lua just a bit 2021-08-11 23:33:00 +02:00
core Manage return values from "replacer" function in `Doc:replace` 2022-04-27 21:53:35 +02:00
fonts Use FiraSans regular for UI 2021-05-27 13:49:33 +02:00
plugins TreeView Changes (#898) 2022-04-26 18:29:05 -04:00