aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
Commit message (Expand)AuthorAge
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* Merge pull request #25396 from bfredl/no_attrbfredl2023-09-27
|\
| * refactor(messages): rename msg_trunc_attr and msg_multiline_attr without attrbfredl2023-09-27
| * refactor(messages): fold msg_attr into msgbfredl2023-09-27
| * refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* | feat: NVIM_APPNAME supports relative paths #25233Rory Nesbitt2023-09-27
|/
* refactor(options)!: graduate some more shortmess flagsbfredl2023-09-25
* refactor: remove 'shortmess' save/restore panic for ex commandsbfredl2023-09-25
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* vim-patch:9.0.1638: crypt tests hang and cause memory errors (#24053)zeertzjq2023-06-18
* vim-patch:9.0.1637: compiler warning for uninitialized variable (#24042)zeertzjq2023-06-17
* vim-patch:9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2" (#23790)zeertzjq2023-05-28
* refactor: fix clang/PVS warnings (#23731)zeertzjq2023-05-23
* refactor: use xstrl{cpy,cat} on IObuff (#23648)ii142023-05-16
* refactor: uncrustifydundargoc2023-04-26
* refactor: fix PVS warnings (#23200)zeertzjq2023-04-19
* vim-patch:8.1.2094: the fileio.c file is too big Lewis Russell2023-04-19
* vim-patch:9.0.0411: only created files can be cleaned up with one callzeertzjq2023-04-16
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: remove use of reserved c++ keywordsii142023-04-06
* refactor: make error message definitions constii142023-04-05
* refactor(screen): screen.c delenda estbfredl2023-03-14
* feat: try to recover from missing tempdir #22573Justin M. Keyes2023-03-09
* refactor: replace char_u with char or uint8_t (#22400)dundargoc2023-03-04
* refactor(build): remove unused stdlib function and include checksbfredl2023-03-03
* feat: $NVIM_APPNAME #22128Ghjuvan Lacambre2023-02-16
* Merge pull request #22056 from lewis6991/refactor/fileio_moreLewis Russell2023-02-15
|\
| * refactor(fileio.c): normalize ifdefsLewis Russell2023-02-01
| * refactor(fileio.c): remove HAVE_ACL ifdefsLewis Russell2023-02-01
| * refactor(fileio.c): factor out backup creationLewis Russell2023-01-31
| * refactor(fileio.c): make unreadable expression readableLewis Russell2023-01-31
| * refactor(fileio.c): factor out file info calcLewis Russell2023-01-31
| * refactor(fileio.c): factor out buf_write post autocmdsLewis Russell2023-01-31
| * refactor(fileio.c): do not use macros for error handlingLewis Russell2023-01-31
| * refactor(fileio.c): reduce scope of localsLewis Russell2023-01-31
| * refactor(fileio.c): more boolsLewis Russell2023-01-31
| * refactor(fileio.c): factor out autocmd handling from buf_write()Lewis Russell2023-01-31
| * refactor(fileio.c): remove HAS_BW_FLAGSLewis Russell2023-01-31
| * refactor(fileio.c): refactor buf_write_bytes (2)Lewis Russell2023-01-31
| * refactor(fileio.c): refactor buf_write_bytesLewis Russell2023-01-31
| * refactor(fileio.c): refactor vim_rename()Lewis Russell2023-01-31
| * refactor(fileio.c): refactor match_file_path()Lewis Russell2023-01-31
* | build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
|/
* fix(fileio.c): don't use uninitialized memory (#22031)zeertzjq2023-01-28
* refactor(fileio.c): reduce scope of localsLewis Russell2023-01-26
* feat!: make iconv a non-optional depLewis Russell2023-01-23