aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/normal.h
Commit message (Expand)AuthorAge
* refactor(IWYU): create normal_defs.h (#26293)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-10-03
* refactor: remove longdundargoc2023-07-03
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* vim-patch:9.0.1061: cannot display 'showcmd' somewhere elseLuuk van Baal2022-12-26
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* refactor: replace char_u with charDundar Göc2022-08-27
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* vim-patch:8.2.2971: cannot yank a block without trailing spacesJan Edmund Lazo2021-06-10
* normal: convert MCHAR etc operator and register types to enum MotionTypeBjörn Linse2016-05-01
* normal: use oap->motion_type also to represent block motion typeBjörn Linse2016-01-01
* input: Remove CURSORHOLD keyThiago de Arruda2015-10-26
* Use bool for flags in oparg_T.Scott Prager2014-11-11
* vim: include used definitions in headersNicolas Hillegeer2014-07-16
* move defines from vim.hBrandon Coleman2014-07-12
* Fix some stylesZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15