aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
* vim-patch:9.0.0003: functions are global while they could be local (#29777)zeertzjq2024-07-17
* refactor(declarations): also generate prototypes for functions in headersbfredl2024-07-13
* vim-patch:9.1.0547: No way to get the arity of a Vim function (#29638)zeertzjq2024-07-10
* refactor(eval): use uv_random() for init_srand() (#29575)zeertzjq2024-07-05
* vim-patch:9.1.0524: the recursive parameter in the *_equal functions can be r...zeertzjq2024-07-05
* refactor(shada): don't use msgpack_packer for shadabfredl2024-06-27
* refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl2024-06-27
* refactor(typval): don't use msgpack_packer for msgpackdump()bfredl2024-06-24
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* Merge pull request #29278 from bfredl/strcatbfredl2024-06-11
|\
| * refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
* | refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
|/
* fixup: apply the change on more filesJames Tirta Halim2024-06-04
* vim-patch:9.1.0456: Left shift is incorrect with vartabstop and shiftwidth=0zeertzjq2024-06-02
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0446: getregionpos() inconsistent for partly-selected multibyte...zeertzjq2024-05-27
* vim-patch:9.1.0443: Can't use blockwise selection with width for getregion() ...zeertzjq2024-05-25
* vim-patch:8.2.3158: strange error message when using islocked() with a number...zeertzjq2024-05-24
* vim-patch:9.1.0441: getregionpos() can't properly indicate positions beyond e...zeertzjq2024-05-24
* vim-patch:9.1.0433: Wrong yanking with exclusive selection and ve=all (#28933)zeertzjq2024-05-23
* vim-patch:8.2.0703: Vim9: closure cannot store value in outer context (#28925)zeertzjq2024-05-23
* vim-patch:9.1.0430: getregionpos() doesn't handle one char selection (#28924)zeertzjq2024-05-23
* vim-patch:9.1.0426: too many strlen() calls in search.czeertzjq2024-05-22
* vim-patch:9.1.0423: getregionpos() wrong with blockwise mode and multibytezeertzjq2024-05-20
* vim-patch:9.1.0395: getregionpos() may leak memory on errorzeertzjq2024-05-20
* vim-patch:9.1.0394: Cannot get a list of positions describing a regionzeertzjq2024-05-20
* vim-patch:9.1.0418: Cannot move to previous/next rare word (#28822)zeertzjq2024-05-18
* fix(path): avoid chdir() when resolving path (#28799)zeertzjq2024-05-17
* vim-patch:9.1.0388: cursor() and getregion() don't handle v:maxcol well (#28602)zeertzjq2024-05-02
* docs: various fixes (#28208)dundargoc2024-04-30
* 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