aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/fix_repeatcmdline' into mix_20240309mix_20240309Josh Rahm2024-03-09
|\
| * Change from char_u to charfix_repeatcmdlineJosh Rahm2023-11-29
| * Merge remote-tracking branch 'upstream/master' into fix_repeatcmdlineJosh Rahm2023-11-29
| |\
| * \ Merge remote-tracking branch 'upstream/master' into fix_repeatcmdlineJosh Rahm2023-01-25
| |\ \
| * | | eval/userfunc.c: save the repeat_cmdline along with the redo buffJosh Rahm2022-09-15
* | | | Merge remote-tracking branch 'upstream/master' into userregJosh Rahm2024-03-09
|\ \ \ \
| * | | | vim-patch:9.1.0157: Duplicate assignment in f_getregion() (#27766)zeertzjq2024-03-08
| * | | | vim-patch:9.1.0155: can only get getregion() from current buffer (#27757)zeertzjq2024-03-07
| * | | | fix(eval): make has('pythonx') work properly (#27739)zeertzjq2024-03-05
| * | | | fix(eval): correct failure return value for readfile/blob (#27722)Sean Dewar2024-03-03
| * | | | vim-patch:9.1.0142: getregion() can be improved (#27662)zeertzjq2024-02-29
| * | | | refactor(metadata): generate all metadata in luabfredl2024-02-28
| * | | | vim-patch:9.1.0127: Naming a non-pointer variable "oap" is strangezeertzjq2024-02-23
| * | | | vim-patch:9.1.0126: Internal error when using upper-case mark in getregion()zeertzjq2024-02-23
| * | | | vim-patch:9.1.0120: hard to get visual region using Vim scriptzeertzjq2024-02-23
| * | | | refactor(api): make freeing of return-value opt-in instead of opt outbfredl2024-02-21
| * | | | Merge pull request #27511 from bfredl/maparenabfredl2024-02-18
| |\ \ \ \
| | * | | | refactor(api): use an arena for mappingsbfredl2024-02-18
| * | | | | fix(eval): skip over v:lua properly (#27517)zeertzjq2024-02-18
| |/ / / /
| * | | | refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
| * | | | refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
| * | | | vim-patch:9.1.0102: settabvar() may change the last accessed tabpage (#27450)zeertzjq2024-02-13
| * | | | refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
| * | | | vim-patch:partial:9.0.1196: code is indented more than necessary (#27315)zeertzjq2024-02-03
| * | | | vim-patch:9.0.1105: code is indented too much (#27314)zeertzjq2024-02-03
| * | | | vim-patch:8.2.0085: dead code in builtin functions (#27281)zeertzjq2024-02-01
| * | | | vim-patch:9.1.0049: Make "[Command Line]" a special buffer nameSean Dewar2024-01-28
| * | | | vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
| * | | | perf(extmarks): add metadata for efficient filtering of special decorationsbfredl2024-01-22
| * | | | fix(eval): properly support checking v:lua function in exists() (#27124)Raphael2024-01-22
| * | | | vim-patch:9.1.0009: Cannot easily get the list of matches (#27028)zeertzjq2024-01-16
| * | | | refactor(IWYU): fix headersdundargoc2024-01-11
| * | | | refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
| * | | | refactor: remove redundant struct namesdundargoc2024-01-02
| * | | | refactor: remove redundant NOLINT commentsdundargoc2024-01-01
| * | | | refactor: follow style guidedundargoc2023-12-30
| * | | | docs: small fixes (#26651)dundargoc2023-12-28
| * | | | refactor: follow style guidedundargoc2023-12-24
| * | | | refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq2023-12-23
| * | | | refactor(options): generate BV_ and WV_ constants (#26705)zeertzjq2023-12-22
| * | | | refactor: run IWYU on entire repodundargoc2023-12-21
| * | | | refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
| * | | | refactor: eliminate cyclic includesdundargoc2023-12-20
| * | | | refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
| * | | | docs: add style rule regarding initializationdundargoc2023-12-18
| * | | | refactor: split WIN_EXECUTE() into two functions (#26627)zeertzjq2023-12-18
| * | | | refactor: move non-symbols to defs.h headersdundargoc2023-12-17
| * | | | refactor(options): use hashy for finding options (#26573)Famiu Haque2023-12-17
| * | | | refactor(options): remove option type macrosFamiu Haque2023-12-14
| * | | | feat(eval): exists() function supports checking v:lua functions (#26485)Raphael2023-12-12