summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/normal.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
2023-11-29refactor(IWYU): create normal_defs.h (#26293)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-03refactor: the long goodbyedundargoc1
2023-07-03refactor: remove longdundargoc1
2023-01-15refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc1
2022-12-26vim-patch:9.0.1061: cannot display 'showcmd' somewhere elseLuuk van Baal1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-09-02refactor: migrate comment style (#20012)Lewis Russell1
2022-08-27refactor: replace char_u with charDundar Göc1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2021-10-29refactor: uncrustify #16090dundargoc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-06-10vim-patch:8.2.2971: cannot yank a block without trailing spacesJan Edmund Lazo1
2016-05-01normal: convert MCHAR etc operator and register types to enum MotionTypeBjörn Linse1
2016-01-01normal: use oap->motion_type also to represent block motion typeBjörn Linse1
2015-10-26input: Remove CURSORHOLD keyThiago de Arruda1
2014-11-11Use bool for flags in oparg_T.Scott Prager1
2014-07-16vim: include used definitions in headersNicolas Hillegeer1
2014-07-12move defines from vim.hBrandon Coleman1
2014-06-02Fix some stylesZyX1
2014-06-02Add automatic generation of headersZyX1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Fix project-local includes.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1