branch: elpa/lua-mode
commit 5607327e5a4b84973031e75137e90eb8de07fe0d
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>
Update TODO
---
TODO | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/TODO b/TODO
index 8584f6b..2855b58 100644
--- a/TODO
+++ b/TODO
@@ -27,10 +27,13 @@
- [ ] extend region backwards if BEGIN is inside multiline literal
- [X] don't change buffer-modified-p state
-* TODO lua-mark-multiline-region [0/2]
+* TODO lua-mark-multiline-region [0/3]
- [ ] handle all pre-existing multiline markers inside the region
If region contains multiline beginning markers, delete them along
with their counterparts.
+ - [ ] mark-up regions that become unmarked during last operation
+ Specifically, there might be a problem when unmarked region spans
+ further than the original one (maybe, need to recurse the call)
- [ ] mark the whole multiline region with a property
It might be easier to track region modifications on-fly this way