aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung2022-04-03
* [RFC] vim-patch:8.1.1378: delete() can not handle a file name that looks liâ€...Shougo2022-04-03
* vim-patch:8.2.3453: autocmd not executed when editing a directory (#17846)zeertzjq2022-03-26
* refactor: convert function comments to doxygen format (#17710)dundargoc2022-03-24
* refactor(uncrustify): disable uncrustify for misformatted code sectionsDundar Göc2022-03-10
* chore(lgtm): fix "empty block without comment" warningsDundar Göc2022-03-09
* refactor: remove redundant castsDundar Göc2022-03-06
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* vim-patch:8.2.4343: when reloading not all properties are detectedzeertzjq2022-02-14
* vim-patch:8.2.3515: nano time test fails on Mac and FreeBSDzeertzjq2022-02-13
* vim-patch:8.2.3510: changes are only detected with one second accuracyzeertzjq2022-02-13
* vim-patch:8.2.2199: first write after setting 'eol' does not have NL addedzeertzjq2022-02-09
* vim-patch:8.2.1128: the write message mentions characters, but it's byteszeertzjq2022-02-04
* vim-patch:8.1.2302: :lockmarks does not work for '[ and ']Sean Dewar2022-01-27
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* lint (#16526)Jan Edmund Lazo2021-12-05
* Merge pull request #16381 from VVKot/vim-8.1.0228Jan Edmund Lazo2021-11-30
|\
| * vim-patch:8.1.1386: unessesary type casts for lalloc()VVKot2021-11-22
* | fix(fileio): replace characters over INT_MAX with U+FFFD (#16354)Javier Lopez2021-11-23
|/
* 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