aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
* refactor: remove __clang_analyzer__ macrodundargoc2023-11-21
* build: adjust clang-tidy warning exclusion logicdundargoc2023-11-20
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* Merge pull request #25724 from luukvbaal/signmergebfredl2023-11-18
|\
| * refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* | refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
* | refactor: iwyu (#26062)zeertzjq2023-11-16
* | refactor: move some functions to winfloat.c (#26020)Raphael2023-11-16
|/
* fix(textformat): remove unnecessary changed_bytes() (#26027)zeertzjq2023-11-13
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* fix(context): don't crash on invalid arg to nvim_get_context (#25977)zeertzjq2023-11-11
* fix(f_wait): flush UI before blocking (#25962)zeertzjq2023-11-10
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* fix(job-control): make jobwait() flush UI after hiding cursor (#25927)zeertzjq2023-11-08
* refactor: the long goodbyedundargoc2023-11-05
* vim-patch:9.0.2070: [security] disallow setting env in restricted mode (#25807)zeertzjq2023-10-28
* fix(terminal): assign channel to terminal earlier (#25771)zeertzjq2023-10-25
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* vim-patch:9.0.2050: Vim9: crash with deferred function call and exception (#2...zeertzjq2023-10-19
* vim-patch:9.0.2044: Vim9: exceptions confuse defered functionszeertzjq2023-10-18
* refactor(options): rename `empty_option` to `empty_string_option`Famiu Haque2023-10-17
* refactor(options)!: make OptionSet `v:` values use typvalFamiu Haque2023-10-17
* refactor(options): unify set_num_option and set_bool_optionFamiu Haque2023-10-17
* vim-patch:9.0.2033: gcc overflow-warning for f_resolve (#25666)zeertzjq2023-10-16
* vim-patch:8.2.3064: Vim9: in script cannot set item in uninitialized list (#2...zeertzjq2023-10-12
* refactor: allow not having a `default` case for enumFamiu Haque2023-10-10
* refactor: the long goodbyedundargoc2023-10-09
* refactor(grid): get rid of unbatched grid_puts and grid_putcharbfredl2023-10-06
* feat: ignore swapfile for running Nvim processes #25336Justin M. Keyes2023-10-04
* refactor: the long goodbyedundargoc2023-10-03
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* vim-patch:9.0.1962: No support for writing extended attributeszeertzjq2023-09-30
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* 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