summaryrefslogtreecommitdiff
path: root/src/dged/reactor-epoll.c
AgeCommit message (Collapse)Author
2024-08-14Use IN_CLOSE_WRITE for inotify on LinuxAlbert Cervin
This is safer since the event is only emitted once the file is closed, not every time it is modified and it seems to yield more reliable results.
2024-01-15Completion reworkAlbert Cervin
- Add support for building with clang Also fix some annoying bugs: - Visual column was wrong when using tabs - Add shift-tab for inserting an actual tab - Fix minibuffer sometimes having dot above it
2023-05-08Implement file reloadingAlbert Cervin
When for examplue using formatters or doing vc updates, it is useful if the file is reloaded from disk.
2023-05-01Implement window handlingAlbert Cervin
Also implement searching. fix undo boundaries when it checked for other save point, it used && instead of == which caused it to overwrite other types. Fix bytes vs chars bug in text_get_region