lite-xl/data/core/commands
Francesco Abbate f9a776852e
Call dmon_unwatch when changing project
Fix a conspicuous omission to call the dmon_unwatch function
when changing project directory.

This uncovered a bug or a quirk of the dmon library where the watch_ids
can change as a result of calling dmon_unwatch because they are just
indexes on a contiguous array. Use a workaround to always unwatch the
first valid watch_id N times.
2021-12-20 22:03:37 +01:00
..
command.lua Commands refactor (#257) 2021-06-07 23:00:29 +02:00
core.lua Call dmon_unwatch when changing project 2021-12-20 22:03:37 +01:00
dialog.lua Fix undeclared NagView findindex() by moving it to common. 2021-06-13 21:28:29 -04:00
doc.lua Use the new `Doc:get_indent_info` throughout `core` 2021-12-20 19:53:08 +01:00
drawwhitespace.lua Implement unicode character replacements 2021-04-01 18:05:59 +02:00
files.lua Integrate mkdirp function in common module (#265) 2021-06-13 19:50:42 +02:00
findreplace.lua Improve check for `find-replace` commands using `has_unique_selection` 2021-10-16 03:02:42 +02:00
root.lua Check both values returned by `Node:get_locked_size` 2021-10-16 02:56:01 +02:00