aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memfile_defs.h
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor(memfile): change mf_trans and mf_hash from ad-hoc hashtable to Mapbfredl2023-09-10
* vim-patch:9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2" (#23790)zeertzjq2023-05-28
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* refactor: replace TRUE/FALSE macros with C99 true/falseDundar Göc2021-07-25
* Remove maxmem and maxmemtot optionsFelipe Oliveira Carvalho2017-04-11
* *: Fix linter errorsZyX2017-04-08
* refactor/single-include: memline_defs.h #6465dedmass2017-04-08
* Review: Remove long_u: memfile: Add to clint.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Refactor: blocknr_T: long -> int64_t.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Refactor: int -> bool.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Refactor: bhdr_T.bh_data: char_u* -> void*.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Refactor: mf_hashtab_T.mht_fixed: Remove.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Refactor: long_u -> size_t.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Enable -Wconversion.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Cleanup: Fix naming inconsistencies.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Cleanup: Others.Eliseo Martínez2014-11-06
* Review: Remove long_u: memfile: Cleanup: Comments.Eliseo Martínez2014-11-06
* vim: move long_u from vim.h to types.hNicolas Hillegeer2014-07-16
* Remove cryptographyJohn Schmidt2014-05-20
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15