aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/master' into userreguserregJosh Rahm2023-11-29
|\
| * 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
| * fix(redo): make redo of Lua mappings in op-pending mode work (#23566)zeertzjq2023-05-10
| * vim-patch:9.0.1521: failing redo of command with control characterszeertzjq2023-05-08
| * vim-patch:9.0.1516: cannot use special keys in <Cmd> mappingzeertzjq2023-05-08
| * vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
| * vim-patch:9.0.0751: 'scrolloff' does not work well with 'smoothscroll'Luuk van Baal2023-05-02
| * vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
| * refactor: uncrustifydundargoc2023-04-26
| * refactor(clang-tidy): remove redundant castsdundargoc2023-04-26
| * vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq2023-04-14
| * refactor: remove redundant const char * castsii142023-04-07
| * fix(folds): handle visual blockwise indent insertion correctly (#22898)Brandon Simmons2023-04-07
| * refactor: make error message definitions constii142023-04-05
| * refactor: remove char_u (#22829)dundargoc2023-04-02
| * refactor(screen): screen.c delenda estbfredl2023-03-14
| * vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq2023-03-05
| * vim-patch:9.0.1378: illegal memory access when using virtual editing (#22527)zeertzjq2023-03-05
| * refactor: replace char_u with char or uint8_t (#22400)dundargoc2023-03-04
| * vim-patch:9.0.1376: accessing invalid memory with put in Visual block mode (#...zeertzjq2023-03-04
| * build: treat clang-tidy warnings as errors (#22238)dundargoc2023-02-12
| * refactor: replace char_u with char (#21901)dundargoc2023-02-11