aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.2.3818: cannot filter or map characters in a stringzeertzjq2023-08-17
* vim-patch:8.2.2075: error for const argument to mapnew()zeertzjq2023-08-17
* vim-patch:8.2.1971: memory leak when map() failszeertzjq2023-08-17
* vim-patch:8.2.1969: Vim9: map() may change the list or dict item typezeertzjq2023-08-17
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* vim-patch:8.2.3332: Vim9: cannot assign to range in listzeertzjq2023-06-12
* vim-patch:8.2.3852: Vim9: not enough testszeertzjq2023-06-12
* vim-patch:8.2.2533: Vim9: cannot use a range with :unletzeertzjq2023-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
* vim-patch:9.0.1597: cursor ends up below the window after a put (#23873)zeertzjq2023-06-02
* refactor(api): new helper macrosFamiu Haque2023-05-23
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* test(old): remove python2 tests (#23547)zeertzjq2023-05-09
* vim-patch:8.2.2459: Coverity reports dead code (#23531)zeertzjq2023-05-08
* vim-patch:9.0.0904: various comment and indent flaws (#23498)zeertzjq2023-05-06
* vim-patch:9.0.1508: catch does not work when lines are joined with a newlinezeertzjq2023-05-06
* vim-patch:8.2.2141: a user command with try/catch may not catch an expression...zeertzjq2023-05-06
* vim-patch:8.2.2094: when an expression fails getting next command may be wrongzeertzjq2023-05-06
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* vim-patch:8.2.1697: inconsistent capitalization of error messages (#23476)zeertzjq2023-05-04
* vim-patch:8.2.2756: Vim9: blob index and slice not implemented yetzeertzjq2023-05-04
* vim-patch:8.2.2344: using inclusive index for slice is not always desiredzeertzjq2023-05-04
* vim-patch:8.2.1466: Vim9: cannot index or slice a variable with type "any"zeertzjq2023-05-04
* vim-patch:8.2.1462: Vim9: string slice not supported yetzeertzjq2023-05-04
* vim-patch:8.2.1461: Vim9: string indexes are counted in byteszeertzjq2023-05-04
* vim-patch:8.2.1466: Vim9: cannot index or slice a variable with type "any"zeertzjq2023-05-04
* vim-patch:8.2.1463: Vim9: list slice not supported yetzeertzjq2023-05-04
* vim-patch:8.2.0987: Vim9: cannot assign to [var; var]zeertzjq2023-05-04
* refactor: uncrustifydundargoc2023-04-26
* fix(timer): allow timer_info() to get info about current timerzeertzjq2023-04-25
* vim-patch:9.0.0335: checks for Dictionary argument often give a vague error (...zeertzjq2023-04-25
* refactor(eval): use tv_list_append_allocated_string()zeertzjq2023-04-19