helix-mods/helix-term/src
Nikolay Minaev 0813147b97
Use fs' mtime to avoid saving problem on out-of-synced network fs (#11142)
In the case of network file systems, if the server time is ahead
of the local system time, then helix could annoy with messages
that the file has already been modified by another application.
2024-07-27 10:47:23 -05:00
..
commands Consistently maintain view position (#10559) 2024-07-23 19:54:00 +02:00
handlers only show inline diagnostics after a delay 2024-07-15 16:36:29 +02:00
keymap feat(command): select_all_children 2024-04-09 10:33:15 -04:00
ui Consistently maintain view position (#10559) 2024-07-23 19:54:00 +02:00
application.rs Use fs' mtime to avoid saving problem on out-of-synced network fs (#11142) 2024-07-27 10:47:23 -05:00
args.rs Fallback to filename for +arg (#9333) 2024-01-14 15:11:18 +01:00
commands.rs Consistently maintain view position (#10559) 2024-07-23 19:54:00 +02:00
compositor.rs add redraw command (#6949) 2023-09-08 10:46:36 +09:00
config.rs feat: smart_tab 2023-08-01 09:41:42 -05:00
events.rs only show inline diagnostics after a delay 2024-07-15 16:36:29 +02:00
handlers.rs only show inline diagnostics after a delay 2024-07-15 16:36:29 +02:00
health.rs Add glob file type support (#8006) 2024-02-11 18:24:20 +01:00
job.rs Add hook/event system 2024-01-23 11:20:19 +09:00
keymap.rs Allow numbers as second input event (#8471) 2024-02-14 11:53:15 +01:00
lib.rs Ignore .svn version control files (#10536) 2024-04-21 12:00:30 +09:00
main.rs Add glob file type support (#8006) 2024-02-11 18:24:20 +01:00