aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor(message): msg_puts_attr_len -> msg_puts_lenbfredl2023-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
* fix(api, lua): handle setting v: variables properly (#25325)zeertzjq2023-09-24
* docs: fix typos and other small fixes (#25005)dundargoc2023-09-14
* fix: use snprintf instead of sprintfLewis Russell2023-08-31
* Merge pull request #24399 from lambdalisue/fix-messagepack-rpcbfredl2023-08-26
|\
| * feat(msgpack_rpc): support out-of-order responses on `msgpack-rpc`Alisue2023-08-26
* | refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
|/
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* vim-patch:9.0.0837: append() reports failure when not appending anythingzeertzjq2023-08-22
* fix(terminal): set $COLORTERM unconditionally in :terminal (#24763)Gregory Anders2023-08-21
* vim-patch:8.1.2062: the mouse code is spread out (#24817)zeertzjq2023-08-21
* vim-patch:8.1.2066: no tests for state()zeertzjq2023-08-21
* vim-patch:8.1.2053: SafeStateAgain not triggered if callback uses feedkeys()zeertzjq2023-08-21
* vim-patch:8.1.2047: cannot check the current statezeertzjq2023-08-21
* vim-patch:9.0.1540: reverse() on string doesn't work in compiled functionzeertzjq2023-08-19
* vim-patch:9.0.1515: reverse() does not work for a Stringzeertzjq2023-08-19
* vim-patch:9.0.1728: missing winid argument for virtcol() (#24770)zeertzjq2023-08-18
* vim-patch:9.0.1723: Fix regression in {func} argument of reduce()zeertzjq2023-08-18
* vim-patch:9.0.1722: wrong error messages when passing wrong types to count()zeertzjq2023-08-18
* vim-patch:8.2.3867: implementation of some list functions too complicated (#2...zeertzjq2023-08-17
* vim-patch:9.0.0548: reduce() with a compiled lambda could be fasterzeertzjq2023-08-17
* vim-patch:9.0.0359: error message for wrong argument type is not specificzeertzjq2023-08-17
* vim-patch:partial:8.2.3849: functions implementing reduce and map are too longzeertzjq2023-08-17
* vim-patch:8.2.3848: cannot use reduce() for a stringzeertzjq2023-08-17
* vim-patch:8.2.1969: Vim9: map() may change the list or dict item typezeertzjq2023-08-17
* vim-patch:partial:8.1.1981: the evalfunc.c file is too big (#24490)zeertzjq2023-07-26
* fix(startup): run embedded Nvim with real path (#24282)zeertzjq2023-07-08
* fix(api): disallow some more functions during textlockSean Dewar2023-07-05
* refactor: remove longdundargoc2023-07-03
* fix(api): nvim_parse_cmd error message in pcall() #23297Alexandre Teoi2023-07-01
* refactor: fix clang/PVS warnings (#24213)zeertzjq2023-06-30
* refactor: remove some casts to char * (#24200)zeertzjq2023-06-29
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* fix(:let): fix error when applying operator to boolean option (#24030)zeertzjq2023-06-15
* vim-patch:9.0.1631: passing wrong variable type to option gives multiple erro...zeertzjq2023-06-15
* vim-patch:8.2.4600: Vim9: not enough test coverage for executing :def functio...zeertzjq2023-06-12
* vim-patch:8.2.3332: Vim9: cannot assign to range in listzeertzjq2023-06-12
* vim-patch:partial:8.2.3335: Vim9: not enough tests run with Vim9zeertzjq2023-06-12
* vim-patch:8.2.2533: Vim9: cannot use a range with :unletzeertzjq2023-06-12
* vim-patch:8.2.2948: substitute() accepts a number but not a float expressionSean Dewar2023-06-12
* revert: "refactor: eliminate `autocmd_fname_full` global"zeertzjq2023-06-07
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* vim-patch:9.0.1598: screenchar() and others are wrong with DBCS 'encoding' (#...zeertzjq2023-06-02
* vim-patch:8.2.3689: ex_let_one() is too long (#23830)zeertzjq2023-05-30
* build: remove LOG_LIST_ACTIONS option and related codedundargoc2023-05-28