summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/core/fileio_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-22ci: drop cirrus #39321Justin M. Keyes1
2025-01-04refactor(tests): merge n.spawn/n.spawn_argv into n.new_session #31859Justin M. Keyes1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-09-08fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes1
2024-09-03test: tmpname(create:boolean) #30242Justin M. Keyes1
2024-05-26refactor(tests): more global highlight definitionsbfredl1
2024-04-23test: improve test conventionsdundargoc1
2024-04-22refactor(lua): deprecate tbl_flattenJustin M. Keyes1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-12test: remove helpers.sleep()Lewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-12-06test: unreliable 'nofsync' test #26423Justin M. Keyes1
2023-12-06test: 'nofsync' with deadly signal #26415Justin M. Keyes1
2023-12-05test: fileio_spec is unreliable/flaky #26404Justin M. Keyes1
2023-11-14fix(defaults): set 'fsync' #26034Ploum1
2023-10-03refactor(message): simplify msg_puts_display and use batched grid updatesbfredl1
2023-10-03test(fileio_spec): fix files not cleaned up properly (#25483)zeertzjq1
2023-09-27feat: NVIM_APPNAME supports relative paths #25233Rory Nesbitt1
2023-07-17feat(options)!: remove compatible behaviours for vim 5.0 and earlierLewis Russell1
2023-07-17test(fs): vim.loop was renamed to vim.uv (#24376)kylo2521
2023-07-16test(fs): get tmpdir robustly #23021kylo2521
2023-04-04test: replace lfs with luv and vim.fsdundargoc1
2023-03-09feat: try to recover from missing tempdir #22573Justin M. Keyes1
2023-01-17refactor(tests): lift retry() into assert_log()Justin M. Keyes1
2023-01-15test(fileio_spec): avoid expect_exit() without calling clear() (#21810)zeertzjq1
2022-11-29docs: fix typos (#21196)dundargoc1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-11-13test: introduce skip() #21010dundargoc1
2022-11-05fix(fileio): use first available directory in backupdir for backupcopy (#20655)Will Spurgin1
2022-10-17ci: add cirrus to isCI function to skip tests (#20526)dundargoc1
2022-10-05feat(messages)!: graduate the 'msgsep' featurebfredl1
2022-09-24feat: ":write!" skips "file changed" warning #18665Louis Sven Goulet1
2022-09-08ci: move BSD jobs from sourcehut to Cirrus CI #19616dundargoc1
2022-06-30feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes1
2022-06-13fix(tests): check for EOF on exit of nvim properlybfredl1
2021-11-23fix(fileio): replace characters over INT_MAX with U+FFFD (#16354)Javier Lopez1
2019-11-17vim-patch:8.1.0251: support full paths for 'backupdir' #11269Joe Hermaszewski1
2019-07-25os/fs: introduce os_fopen()Justin M. Keyes1
2019-05-20Merge #9709 'fileio: use os_copy to create backups'Justin M. Keyes1
2019-03-30test: move trim to global helpersSaid Al Attrach1
2019-03-24test: make first attempt at some kind of testSaid Al Attrach1
2018-04-24API: nvim__stats()Justin M. Keyes1
2018-04-23test: fsync() codepathsJustin M. Keyes1