aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
Commit message (Expand)AuthorAge
* 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
* refactor: follow style guidedundargoc2023-11-13
* fix(textformat): remove unnecessary changed_bytes() (#26027)zeertzjq2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* refactor: the long goodbyedundargoc2023-11-05
* vim-patch:9.0.2075: TextChangedI may not always trigger (#25808)zeertzjq2023-10-28
* refactor(options): rename `empty_option` to `empty_string_option`Famiu Haque2023-10-17
* refactor: use xstpcpy() instead of strcat() (#25572)James2023-10-10
* refactor: the long goodbyedundargoc2023-10-09
* refactor: the long goodbyedundargoc2023-10-03
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor: remove longdundargoc2023-09-29
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* vim-patch:9.0.1847: [security] potential oob write in do_addsub()zeertzjq2023-09-03
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* refactor: remove longdundargoc2023-07-03
* vim-patch:partial:8.2.4950: text properties position wrong after shifting tex...zeertzjq2023-06-06
* vim-patch:9.0.1597: cursor ends up below the window after a put (#23873)zeertzjq2023-06-02
* vim-patch:9.0.1588: Incsearch not triggered when pasting clipboard register (...zeertzjq2023-05-30