aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
...
| * vim-patch:9.1.0182: Can define function with invalid name inside 'formatexpr'...zeertzjq2024-03-16
| * vim-patch:8.2.3782: Vim9: no error if a function shadows a script variable (#...zeertzjq2024-03-16
| * fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
| * vim-patch:9.1.0171: Small split-move related improvementsSean Dewar2024-03-12
| * vim-patch:9.1.0169: current window number returned by tabpagewinnr may be out...Sean Dewar2024-03-12
| * vim-patch:9.1.0168: too many STRLEN() calls (#27823)zeertzjq2024-03-12
| * vim-patch:9.1.0166: Internal error with blockwise getregion() in another buff...zeertzjq2024-03-12
| * vim-patch:9.1.0164: Internal error when passing invalid position to getregion...zeertzjq2024-03-11
| * vim-patch:8.2.3862: crash on exit with EXITFREE and using win_execute()Sean Dewar2024-03-09
| * vim-patch:9.1.0128: win_gotoid() may abort even when not switching a windowSean Dewar2024-03-08
| * vim-patch:9.1.0119: can move away from cmdwin using win_splitmove()Sean Dewar2024-03-08
| * vim-patch:9.1.0116: win_split_ins may not check available roomSean Dewar2024-03-08
* | 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