aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ops.c
Commit message (Expand)AuthorAge
* Merge branch 'master' of https://github.com/neovim/neovim into rahmtmpJosh Rahm2022-08-19
|\
| * vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
| * refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16
| * refactor: remove some unused includes (#19747)zeertzjq2022-08-13
| * refactor: replace char_u with charDundar Goc2022-08-12
| * refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* | Fix userreg autocommand firing.Josh Rahm2022-08-19
* | Fix messaging aronud yanking to support multibyte chars.Josh Rahm2022-08-18
* | Set the timestamp for the user registers.Josh Rahm2022-08-18
* | Change a bit about how userreg work.Josh Rahm2022-08-18
* | Fix messaging for recording into userregs.Josh Rahm2022-08-10
* | Support for userregs when recording macros.Josh Rahm2022-08-10
* | Make userreg system more accurate.Josh Rahm2022-08-07
* | Merge remote-tracking branch 'upstream/master' into rahmJosh Rahm2022-08-03
|\|
| * docs: fix typos (#19588)dundargoc2022-08-03
| * refactor: rename function prefix mb to the more accurate utf_cp (#19590)dundargoc2022-08-02
| * vim-patch:8.2.5013: after text formatting cursor may be in an invalid positionzeertzjq2022-08-02
| * Merge pull request #19437 from dundargoc/refactor/char_u-to-charbfredl2022-07-31
| |\
| | * refactor: replace char_u with charDundar Goc2022-07-31
| * | vim-patch:9.0.0118: no test for what patch 9.0.0155 fixeszeertzjq2022-07-31
| * | vim-patch:9.0.0114: the command line takes up space even when not usedShougo Matsushita2022-07-31
| * | cmdheight=0: fix bugs part2 (#19185)Shougo2022-07-31
| |/
* | Merge remote-tracking branch 'upstream/master' into rahmJosh Rahm2022-07-18
|\|
| * vim-patch:7.4.212zeertzjq2022-07-06
| * vim-patch:8.2.3980: if 'operatorfunc' invokes an operator Visual mode is changedzeertzjq2022-07-05
| * vim-patch:8.2.3644: count for 'operatorfunc' in Visual mode is not redonezeertzjq2022-07-05
| * vim-patch:8.2.3754: undesired changing of the indent of the first formatted linezeertzjq2022-07-05
| * vim-patch:8.2.3615: wrong indent in first line if re-formatting with indent exprzeertzjq2022-07-05
| * refactor: replace char_uDundar Goc2022-07-02
| * cmdheight=0: fix bugs #18961Shougo2022-06-30
| * vim-patch:9.0.0011: reading beyond the end of the line with put command (#19166)zeertzjq2022-06-30
| * refactor: replace char_u #18429dundargoc2022-06-28
| * perf(highlight): use binary search to lookup RGB color namesbfredl2022-06-23
| * docs: fix typos (#18866)dundargoc2022-06-15
| * vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
| * feat: cmdheight=0 #16251Shougo2022-06-13
| * refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
| * refactor(ops): doxygen docstrings #17743dundargoc2022-06-09
| * vim-patch:8.2.5016: access before start of text with a put command (#18742)zeertzjq2022-05-26
| * refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
| * refactor!: delete insertmode (#18547)Gregory Anders2022-05-22
| * vim-patch:8.1.0535: increment/decrement might get interrupted by updating foldszeertzjq2022-05-22
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-16
| * vim-patch:8.2.4951: smart indenting done when not enabledzeertzjq2022-05-14
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
| * vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-09
| * Merge pull request #18425 from dundargoc/refactor/char_u/1bfredl2022-05-07
| |\
| | * refactor: replace char_u variables and functions with charDundar Goc2022-05-07
| * | build(clint): remove "function size is too large" warningDundar Goc2022-05-06
| |/