summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/fileio.c
AgeCommit message (Expand)AuthorFiles
2026-04-21fix(messages): "progress" kind for busy messages #39280luukvbaal1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-03-30vim-patch:9.2.0271: buffer underflow in vim_fgets() (#38575)zeertzjq1
2026-03-12vim-patch:9.2.0140: file reading performance can be improved (#38266)zeertzjq1
2026-02-19vim-patch:9.2.0024: Reading files with very long lines crashes with a segfaultzeertzjq1
2026-02-03vim-patch:9.1.2128: Heap use after free in buf_check_timestamp()Sean Dewar1
2026-01-09refactor(fileio.c): avoid downcasting in {read,write}_eintr() (#37323)zeertzjq1
2025-12-26vim-patch:9.1.1483: not possible to translation position in buffer (#37099)zeertzjq1
2025-12-24vim-patch:9.1.0974: typo in change of commit v9.1.0873Jan Edmund Lazo1
2025-12-24vim-patch:partial:9.1.0973: too many strlen() calls in fileio.cJan Edmund Lazo1
2025-12-20refactor(messages): encapsulate msg_delay logicJustin M. Keyes1
2025-12-20test(messages): skip os_delay during testsJustin M. Keyes1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-08-20vim-patch:8.2.0853: ml_delete() often called with FALSE argumentJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-20vim-patch:8.1.1736: viminfo support is spread outJan Edmund Lazo1
2025-06-19vim-patch:9.1.1467: too many strlen() calls (#34572)zeertzjq1
2025-04-29feat(ui): no delay for errors with ext_messages (#33693)luukvbaal1
2025-04-16fix(env.c): drop envmap, free os_getenv() result #32683Judit Novak1
2025-02-23vim-patch:9.1.1141: Misplaced comment in readfile()zeertzjq1
2025-02-23vim-patch:9.1.1139: [fifo] is not displayed when editing a fifozeertzjq1
2025-01-24fix(log): log unset $TMPDIR at "debug" level #32137phanium1
2025-01-19fix(log): unintuitive message for undefined $TMPDIRdeepsghimire1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-13refactor(highlight): make enum of builtin highlights start with 1bfredl1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-10-07vim-patch:9.1.0761: :cd completion fails on Windows with backslash in path (#...zeertzjq1
2024-09-08fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes1
2024-08-13refactor(fileio): use os_copy() to copy file (#30030)zeertzjq1
2024-08-07vim-patch:9.1.0662: filecopy() may return wrong value when readlink() fails (...zeertzjq1
2024-08-06vim-patch:9.1.0465: missing filecopy() function (#29989)zeertzjq1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-04refactor: replace '\0' with NULJames Tirta Halim1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-04-01vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq1
2024-03-21refactor(options): remove `set_string_option_direct()`Famiu Haque1
2024-03-14vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq1
2024-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-03-09fix(fileio): fix off-by-one in rename_with_tmp (#27780)Colin Watson1
2024-03-08vim-patch:9.1.0158: 'shortmess' "F" flag doesn't work properly with 'autoread'zeertzjq1
2024-03-08vim-patch:9.1.0154: shm=F not respected when reloading buffer with 'autoread'zeertzjq1
2024-02-16vim-patch:9.1.0113: duplicate code when cleaning undo stackzeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-10refactor(options): remove `OPT_FREE` (#26963)Famiu Haque1
2023-12-30refactor: follow style guidedundargoc1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-12-09refactor(options): reduce `findoption()` usageFamiu Haque1