summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/memfile_defs.h
AgeCommit message (Expand)AuthorFiles
2024-08-08vim-patch:8.1.1413: error when the drive of the swap file was disconnected (#...zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-02refactor: remove redundant struct namesdundargoc1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-09-10refactor(memfile): change mf_trans and mf_hash from ad-hoc hashtable to Mapbfredl1
2023-05-28vim-patch:9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2" (#23790)zeertzjq1
2023-01-13refactor: replace char_u with char 20 (#21714)dundargoc1
2022-09-06refactor: replace char_u with charDundar Göc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-07-25refactor: replace TRUE/FALSE macros with C99 true/falseDundar Göc1
2017-04-11Remove maxmem and maxmemtot optionsFelipe Oliveira Carvalho1
2017-04-08*: Fix linter errorsZyX1
2017-04-08refactor/single-include: memline_defs.h #6465dedmass1
2014-11-06Review: Remove long_u: memfile: Add to clint.Eliseo Martínez1
2014-11-06Review: Remove long_u: memfile: Refactor: blocknr_T: long -> int64_t.Eliseo Martínez1
2014-11-06Review: Remove long_u: memfile: Refactor: int -> bool.Eliseo Martínez1
2014-11-06Review: Remove long_u: memfile: Refactor: bhdr_T.bh_data: char_u* -> void*.Eliseo Martínez1
2014-11-06Review: Remove long_u: memfile: Refactor: mf_hashtab_T.mht_fixed: Remove.Eliseo Martínez1
2014-11-06Review: Remove long_u: memfile: Refactor: long_u -> size_t.Eliseo Martínez1
2014-11-06Review: Remove long_u: memfile: Enable -Wconversion.Eliseo Martínez1
2014-11-06Review: Remove long_u: memfile: Cleanup: Fix naming inconsistencies.Eliseo Martínez1
2014-11-06Review: Remove long_u: memfile: Cleanup: Others.Eliseo Martínez1
2014-11-06Review: Remove long_u: memfile: Cleanup: Comments.Eliseo Martínez1
2014-07-16vim: move long_u from vim.h to types.hNicolas Hillegeer1
2014-05-20Remove cryptographyJohn Schmidt1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1