aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
Commit message (Expand)AuthorAge
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* vim-patch:8.1.0306: plural messages are not translated properlyJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* vim-patch:8.1.2379: using old C style commentsDundar Göc2021-10-21
* refactor: remove space after starDundar Göc2021-10-19
* refactor: make commas trail in enumsDundar Göc2021-10-19
* vim-patch:8.1.2379: using old C style commentsDundar Göc2021-10-06
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: convert TRUE/FALSE to true/false (#15660)dundargoc2021-09-18
* fix: "redundant cast to the same type" #15662dundargoc2021-09-14
* refactor: replace TRUE/FALSE with true/false #15647dundargoc2021-09-13
* refactor: format files with uncrustify #15607dundargoc2021-09-10
* fix: remove trailing slashes before making directoryGregory Anders2021-08-27
* feat: defaults: auto-create backup dirGregory Anders2021-08-27
* refactor(api): remove unneccesary indirection around handlesBjörn Linse2021-08-22
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-26
* refactor(undo): don't assume curbuf in u_compute_hashThomas Vigouroux2021-07-09
* buffer: move BUFEMPTY to a functionThomas Vigouroux2021-07-06
* undo: reduce reliance on curbufThomas Vigouroux2021-07-06
* buffer: don't rely on curbuf in BUFEMPTYThomas Vigouroux2021-07-06
* Revert "vim-patch:8.1.1378: delete() can not handle a file name that looks li...Marco Hinz2021-05-12
* vim-patch:8.1.1378: delete() can not handle a file name that looks like a pat...Shougo2021-05-07
* vim-patch:8.2.2828: Coverity complains about not checking rename() return valueJan Edmund Lazo2021-05-05
* vim-patch:8.1.2313: debugging where a delay comes from is not easyJan Edmund Lazo2021-04-15
* clang/'Dead store': do not assign fnamelenJan Edmund Lazo2021-04-02
* buffer updates: add on_reload callback and handle it in treesitter parserBjörn Linse2021-02-10
* option: use char* for set_string_option_direct()Jan Edmund Lazo2021-02-07
* vim-patch:8.1.1032: warnings from clang static analyzerJan Edmund Lazo2020-12-28
* vim-patch:8.2.2231: when "--remote file" is used "file" is not reloadedJan Edmund Lazo2020-12-27
* vim-patch:8.2.0928: many type casts are used for vim_strnsave()Jan Edmund Lazo2020-12-27
* Merge pull request #13595 from teto/fix-fillerBjörn Linse2020-12-24
|\
| * fix: appease linterMatthieu Coudron2020-12-24
| * refactor: de-curwin-ify update_topline/curs_columnsMatthieu Coudron2020-12-23
* | vim-patch:8.1.0470: pointer ownership around fname_expand() is unclearJan Edmund Lazo2020-12-19
|/
* fileio: detach buffer when buffer was reloaded (like with :edit)Björn Linse2020-12-08
* vim-patch:8.1.0825: code for autocommands is mixed with file I/O code (#13305)TJ DeVries2020-11-24
* globals: eliminate "enc_utf8" macroJan Edmund Lazo2020-11-14
* vim-patch:8.1.0805: too many #ifdefsJan Edmund Lazo2020-11-12
* vim-patch:8.1.0268: file type checking has too many #ifdef (#13182)tamago3242020-11-06
* vim-patch:8.2.1219: symlink not followed if dirname ends in //Jan Edmund Lazo2020-10-17
* fileio: fix "is a directory" warning on Windowserw72020-10-06
* vim-patch:8.2.1793: not consistently giving the "is a directory" warningShougo Matsushita2020-10-06
* vim-patch:8.2.1088: a very long translation might cause a buffer overflowJan Edmund Lazo2020-09-26
* api/buffer: add "on_bytes" callback to nvim_buf_attachBjörn Linse2020-09-09
* vim-patch:8.1.1115: cannot build with older C compilerJan Edmund Lazo2020-08-17