summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/ops.h
AgeCommit message (Expand)AuthorFiles
2025-09-26vim-patch:8.1.2077: the ops.c file is too bigJan Edmund Lazo1
2025-09-01feat(editor)!: insert-mode ctrl-r should work like paste #35477Shadman1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-20vim-patch:8.1.2127: the indent.c file is a bit bigJan Edmund Lazo1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-01vim-patch:9.1.0824: too many strlen() calls in register.c (#31022)zeertzjq1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-07-13refactor(declarations): also generate prototypes for functions in headersbfredl1
2024-02-23vim-patch:9.1.0120: hard to get visual region using Vim scriptzeertzjq1
2024-01-02refactor: remove redundant struct namesdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
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-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-05-30vim-patch:9.0.1588: Incsearch not triggered when pasting clipboard register (...zeertzjq1
2023-05-13refactor: remove typval.h from most header files (#23601)zeertzjq1
2023-05-10fix(redo): make redo of Lua mappings in op-pending mode work (#23566)zeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-09-02refactor: migrate comment style (#20012)Lewis Russell1
2022-05-09refactor: replace char_u variables and functions with charDundar Goc1
2022-04-24refactor: convert macros to all-caps (#17895)dundargoc1
2021-10-29refactor: uncrustify #16090dundargoc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-09-23vim-patch:8.2.0924: cannot save and restore a register properlySean Dewar1
2021-05-31vim-patch:8.2.2914: cannot paste a block without adding paddingJan Edmund Lazo1
2021-05-09refactor nvim_buf_set_lines to use extmark_splicechentau1
2017-04-08refactor/single-includededmass1
2017-03-29eval: Split eval.c into smaller filesZyX1
2016-05-30ops.c: enable -Wconversion warningCharles Joachim1
2016-05-01normal: convert MCHAR etc operator and register types to enum MotionTypeBjörn Linse1
2016-02-01Fix lint errorwatiko1
2016-02-01vim-patch:7.4.1087watiko1
2015-10-08*: Make ShaDa code use VimL values for additional_\* dataZyX1
2015-10-08shada: Add support for merging everything like described in the docZyX1
2015-10-08viminfo: First version of ShaDa file dumpingZyX1
2015-04-17ops.c: eliminate static variable `y_current`Björn Linse1
2014-12-11vim-patch:7.4.242Scott Prager1
2014-07-12move defines from vim.hBrandon Coleman1
2014-07-11Include stdbool.h in headers which have functions with bool in signaturePavel Platto1
2014-06-02Remove a number of unneeded func_attr includesZyX1
2014-06-02Add automatic generation of headersZyX1
2014-05-27vim-patch:7.4.267oni-link1
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