aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
Commit message (Expand)AuthorAge
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor(ui): simplify stdin handlingbfredl2022-05-02
* refactor: replace char_u variables and functions with char (#18288)dundargoc2022-04-30
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
* refactor(uncrustify): disable formatting in problematic code sectionsDundar Goc2022-04-29
* fix: suppress "is a directory" messages with shortmess 'F' (#18296)Gregory Anders2022-04-28
* fix: show autocmd output when F is in shortmess (#18251)Gregory Anders2022-04-25
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* fix/PVS #17863dundargoc2022-04-24
* vim-patch:8.2.4704: using "else" after return or break increases indent (#18032)zeertzjq2022-04-08
* vim-patch:8.2.4696: delete() with "rf" argument does not report a failure (#1...zeertzjq2022-04-06
* 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