aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/master' into userreguserregJosh Rahm2023-11-29
|\
| * refactor: fix headers with IWYUdundargoc2023-11-28
| * refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq2023-11-28
| * refactor: rename types.h to types_defs.hdundargoc2023-11-27
| * build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
| * build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
| * build: enable IWYU on macdundargoc2023-11-27
| * build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
| * refactor: enable formatting for ternariesdundargoc2023-11-20
| * refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
| * refactor: remove B_SPELL macro (#26063)zeertzjq2023-11-16
| * refactor: follow style guidedundargoc2023-11-13
| * vim-patch:9.0.2103: recursive callback may cause issues on some archs (#26013)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
| * refactor(options)!: unify `set_option` and `set_string_option`Famiu Haque2023-10-30
| * refactor(options): rename `empty_option` to `empty_string_option`Famiu Haque2023-10-17
| * refactor(options)!: make OptionSet `v:` values use typvalFamiu Haque2023-10-17
| * vim-patch:9.0.2030: no max callback recursion limit (#25655)zeertzjq2023-10-15
| * fix: allow multiline message for echoerr (#25380)Jongwook Choi2023-10-13
| * 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
| * ci: enable clang-analyzer warningsdundargoc2023-10-09
| * refactor: the long goodbyedundargoc2023-10-09
| * vim-patch:9.0.1995: Invalid memory access with empty 'foldexpr' (#25530)zeertzjq2023-10-07
| * refactor: the long goodbyedundargoc2023-10-03
| * refactor(message): simplify msg_puts_display and use batched grid updatesbfredl2023-10-03
| * fix: fix ASAN errors on clang 17 (#25469)dundargoc2023-10-03
| * refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
| * 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(messages): rename msg_trunc_attr and msg_multiline_attr without attrbfredl2023-09-27
| * refactor(messages): fold msg_attr into msgbfredl2023-09-27
| * vim-patch:8.2.4173: cannot use an import in 'foldexpr' (#25215)zeertzjq2023-09-17
| * feat(folds): support virtual text format for 'foldtext' (#25209)zeertzjq2023-09-17
| * vim-patch:9.0.1633: duplicate code for converting float to stringzeertzjq2023-09-17
| * vim-patch:8.2.2356: Vim9: ":put =expr" does not handle a list properlyzeertzjq2023-09-17
| * refactor(map): enhanced implementation, Clean Codeā„¢, etc etcbfredl2023-09-08
| * refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
| * vim-patch:8.1.2047: cannot check the current statezeertzjq2023-08-21
| * vim-patch:9.0.1723: Fix regression in {func} argument of reduce()zeertzjq2023-08-18
| * vim-patch:9.0.1416: crash when collection is modified when using filter()zeertzjq2023-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.3908: cannot use a script-local function for 'foldtext'zeertzjq2023-08-17
| * vim-patch:8.2.3822: leaking memory in map() and filter(), no string in Vim9zeertzjq2023-08-17