summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/fileio.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
2023-11-30refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq1
2023-11-26refactor: move garray_T to garray_defs.h (#26227)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-05-13refactor: remove typval.h from most header files (#23601)zeertzjq1
2023-04-19vim-patch:8.1.2094: the fileio.c file is too big Lewis Russell1
2023-02-11refactor: replace char_u with char (#21901)dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-08-27vim-patch:9.0.0272: BufReadCmd not triggered when loading a "nofile" bufferzeertzjq1
2022-08-13refactor: remove some unused includes (#19747)zeertzjq1
2022-04-03[RFC] vim-patch:8.1.1378: delete() can not handle a file name that looks liā€...Shougo1
2021-10-23vim-patch:8.2.3547: opening the quickfix window triggers BufWinEnter twice (#...Yorick Peterse1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2020-11-24vim-patch:8.1.0825: code for autocommands is mixed with file I/O code (#13305)TJ DeVries1
2019-03-17aucmd_prepbuf: also restore `prevwin` #9741Justin M. Keyes1
2017-07-13lintckelsel1
2017-07-13vim-patch:7.4.2189ckelsel1
2017-02-04Fix clint issuesMarco Hinz1
2017-02-04vim-patch:7.4.2024Marco Hinz1
2016-09-13refactor: eliminate misc2.cJustin M. Keyes1
2015-07-26fileio: Move event definitions to the generator scriptZyX1
2015-03-29eval: Refactor vimscript job control APIThiago de Arruda1
2015-03-25terminal: New module that implements a terminal emulatorThiago de Arruda1
2015-02-16Add TabClosed eventFelipe Morales1
2015-02-16Add TabNewEnteredFelipe Morales1
2015-02-16Add TabNew eventFelipe Morales1
2014-11-11vim-patch:7.4.415Scott Prager1
2014-07-12move defines from vim.hBrandon Coleman1
2014-06-02Add automatic generation of headersZyX1
2014-05-28Remove FEAT_AUTOCMDHinidu1
2014-05-20Remove cryptographyJohn Schmidt1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Fix project-local includes.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1