neovim/test/functional/core
Ploum 5b45efbee6
fix(defaults): set 'fsync' #26034
Problem:
'nofsync' may lose data if the system has a hard shutdown. #9888

Solution:
Change default to 'fsync'. This may be revisited in the future when
'nofsync' can be made safer.
2023-11-14 02:56:50 -08:00
..
channels_spec.lua test: re-bundle cat on windows (#21255) 2023-03-14 09:12:26 +08:00
exit_spec.lua feat(api): nvim_exec2(), deprecate nvim_exec() #19032 2023-03-25 09:58:48 -07:00
fileio_spec.lua fix(defaults): set 'fsync' #26034 2023-11-14 02:56:50 -08:00
job_spec.lua fix(f_wait): flush UI before blocking (#25962) 2023-11-10 15:24:36 +08:00
log_spec.lua refactor(tests): lift retry() into assert_log() 2023-01-17 00:19:30 +01:00
main_spec.lua feat(version): unverbose ":version", ":verbose version" #24195 2023-07-01 03:45:45 -07:00
path_spec.lua refactor(test): cleanup #25614 2023-10-12 07:04:16 -07:00
remote_spec.lua fix(startup): make recovery mode work without --headless (#24477) 2023-07-25 19:02:39 +08:00
spellfile_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
startup_spec.lua feat(remote): avoid --remote-ui infinite loop (#24465) 2023-08-13 14:14:08 +08:00