aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memfile.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.1413: error when the drive of the swap file was disconnected (#...zeertzjq2024-08-08
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* perf(extmarks): better track whether namespace has extmarks (#28615)zeertzjq2024-05-03
* refactor(IWYU): fix headersdundargoc2024-01-11
* fix(clangd): set block pointer to null in case map is emptysus-domesticus2024-01-03
* refactor: follow style guidedundargoc2023-12-30
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: follow style guidedundargoc2023-11-19
* build: remove PVSdundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-11-05
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(mch): last mch_ function/macro hits the dustbfredl2023-09-10
* refactor(memfile): change mf_trans and mf_hash from ad-hoc hashtable to Mapbfredl2023-09-10
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* vim-patch:9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2" (#23790)zeertzjq2023-05-28
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:9.0.1477: crash when recovering from corrupted swap file (#23273)zeertzjq2023-04-23
* refactor: remove redundant castsii142023-04-07
* refactor: reduce scope of locals as per the style guide (#22211)dundargoc2023-02-11
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* vim-patch:partial:9.0.1196: code is indented more than necessary (#21796)zeertzjq2023-01-14
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with charDundar Göc2022-08-27
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* chore(fixup): bfredl size_tDundar Göc2022-01-01
* refactor: avoid overflow by explicitly casting operand to a wider typeDundar Göc2021-12-31
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: format with uncrustify #15741dundargoc2021-09-22
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* cleanup: remove HAVE_SELINUX #10040Justin M. Keyes2019-05-21
* :recover : Fix crash on non-existent *.swp #9504raffitz2019-01-15
* mf_open(): never fails (except for OOM)Justin M. Keyes2018-05-17
* Merge #4486 'refactor: Remove maxmem, maxmemtot options'Justin M. Keyes2018-05-02
|\
| * Remove the mf_dont_release global after getting rid of maxmem[tot]Felipe Oliveira Carvalho2017-04-11
| * Remove maxmem and maxmemtot optionsFelipe Oliveira Carvalho2017-04-11
* | vim-patch:8.0.0074Michael Schupikov2017-12-15
* | io: more guards against NULL filename (#7159)Justin M. Keyes2017-08-13
* | vim-patch:7.4.1975James McCoy2017-06-04
* | memfile: Fix V547: always true conditionZyX2017-05-20
* | *: Add comment to all C filesZyX2017-04-19
|/