aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.h
Commit message (Expand)AuthorAge
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* 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: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* vim-patch:9.0.1588: Incsearch not triggered when pasting clipboard register (...zeertzjq2023-05-30
* refactor: remove typval.h from most header files (#23601)zeertzjq2023-05-13
* fix(redo): make redo of Lua mappings in op-pending mode work (#23566)zeertzjq2023-05-10
* 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 variables and functions with charDundar Goc2022-05-09
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* vim-patch:8.2.0924: cannot save and restore a register properlySean Dewar2021-09-23
* vim-patch:8.2.2914: cannot paste a block without adding paddingJan Edmund Lazo2021-05-31
* refactor nvim_buf_set_lines to use extmark_splicechentau2021-05-09
* refactor/single-includededmass2017-04-08
* eval: Split eval.c into smaller filesZyX2017-03-29
* ops.c: enable -Wconversion warningCharles Joachim2016-05-30
* normal: convert MCHAR etc operator and register types to enum MotionTypeBjörn Linse2016-05-01
* Fix lint errorwatiko2016-02-01
* vim-patch:7.4.1087watiko2016-02-01
* *: Make ShaDa code use VimL values for additional_\* dataZyX2015-10-08
* shada: Add support for merging everything like described in the docZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* ops.c: eliminate static variable `y_current`Björn Linse2015-04-17
* vim-patch:7.4.242Scott Prager2014-12-11
* move defines from vim.hBrandon Coleman2014-07-12
* Include stdbool.h in headers which have functions with bool in signaturePavel Platto2014-07-11
* Remove a number of unneeded func_attr includesZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* vim-patch:7.4.267oni-link2014-05-27
* 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