aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
* fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecatebfredl2024-04-25
* refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq2024-04-20
* vim-patch:9.1.0341: Problem: a few memory leaks are found (#28382)zeertzjq2024-04-17
* vim-patch:9.1.0335: String interpolation fails for List type (#28364)zeertzjq2024-04-16
* vim-patch:9.1.0313: Crash when using heredoc with comment in command blockzeertzjq2024-04-14
* vim-patch:9.1.0312: heredocs are not supported for :commandszeertzjq2024-04-14
* vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)zeertzjq2024-04-13
* vim-patch:9.1.0301: Vim9: heredoc start may be recognized in string (#28266)zeertzjq2024-04-11
* vim-patch:9.1.0287: Vim9: comment may be treated as heredoc start (#28257)zeertzjq2024-04-10
* vim-patch:8.2.4395: some code lines not covered by tests (#28248)zeertzjq2024-04-09
* vim-patch:8.2.0981: Vim9: cannot compile "[var, var] = list" (#28247)zeertzjq2024-04-09
* vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq2024-04-01
* vim-patch:8.2.2318: Vim9: string and list index work differentlyzeertzjq2024-03-23
* 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
* 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