aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0824: too many strlen() calls in register.c (#31022)zeertzjq2024-11-01
* fix(multibyte): handle backspace of wide clusters in replace modebfredl2024-09-06
* vim-patch:partial:8.1.0914: code related to findfile() is spread out (#30000)zeertzjq2024-08-07
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq2024-08-02
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* vim-patch:9.1.0537: signed number detection for CTRL-X/A can be improved (#29...zeertzjq2024-07-07
* refactor: remove special handling for lowercase German sharp sdundargoc2024-06-29
* refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
* refactor: replace '\0' with NULJames Tirta Halim2024-06-04
* vim-patch:9.1.0458: Coverity complains about division by zero (#29149)zeertzjq2024-06-03
* vim-patch:9.1.0456: Left shift is incorrect with vartabstop and shiftwidth=0zeertzjq2024-06-02
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0430: getregionpos() doesn't handle one char selection (#28924)zeertzjq2024-05-23
* vim-patch:9.1.0423: getregionpos() wrong with blockwise mode and multibytezeertzjq2024-05-20
* vim-patch:partial:9.1.0373: ops.c code uses too many strlen() calls (#28508)zeertzjq2024-04-26
* fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecatebfredl2024-04-25
* refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq2024-04-20
* vim-patch:9.1.0177: Coverity reports dead codezeertzjq2024-03-14
* vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq2024-03-14
* vim-patch:8.2.4950: text properties position wrong after shifting text (#27849)zeertzjq2024-03-14
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* vim-patch:8.2.4944: text properties are wrong after "cc" (#27821)zeertzjq2024-03-12
* vim-patch:9.1.0132: "C" doesn't include composing chars with 'virtualedit' (#...zeertzjq2024-02-24
* vim-patch:9.1.0120: hard to get visual region using Vim scriptzeertzjq2024-02-23
* refactor(api): use arena for nvim_put and nvim_pastebfredl2024-02-19
* vim-patch:9.1.0101: upper-case of German sharp s should be U+1E9E (#27449)zeertzjq2024-02-13
* refactor: IWYU (#27186)zeertzjq2024-01-25
* refactor: use "csarg" for CharsizeArg variables (#27123)zeertzjq2024-01-22
* perf: reuse fast character size calculation algorithm from getvcol()VanaIgr2024-01-22
* fix(ops.c): remove duplicate u_save_cursor()zeertzjq2024-01-14
* Merge pull request #26734 from bfredl/splitaroobfredl2024-01-13
|\
| * fix(buffer_updates): correct buffer updates when splitting empty linebfredl2024-01-13
* | vim-patch:9.1.0021: i_CTRL-R- doesn't work for multibyte chars in Replace modezeertzjq2024-01-13
* | vim-patch:9.1.0015: i_CTRL-R- no longer works in replace modezeertzjq2024-01-13
|/
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* fix(clipboard): make getreg() accurate for clipboard registers (#26740)JD2023-12-28
* refactor: follow style guidedundargoc2023-12-24
* refactor: run IWYU on entire repodundargoc2023-12-21
* vim-patch:9.0.2178: reg_executing() wrong for :normal with range (#26660)zeertzjq2023-12-20
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: format casting of negative number better (#26482)zeertzjq2023-12-09
* 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: enable IWYU on macdundargoc2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19