aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/funcs.c
Commit message (Expand)AuthorAge
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* refactor: rename "process" => "proc" #30387Justin M. Keyes2024-09-15
* fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes2024-09-08
* refactor: extract eval/fs.c from eval/funcs.c (#29985)zeertzjq2024-08-06
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* refactor: move some functions out of eval.c (#29964)zeertzjq2024-08-02
* vim-patch:9.1.0415: Some functions are not testedzeertzjq2024-07-31
* 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(typval): don't use msgpack_packer for msgpackdump()bfredl2024-06-24
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* 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: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
* fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecatebfredl2024-04-25
* vim-patch:9.1.0341: Problem: a few memory leaks are found (#28382)zeertzjq2024-04-17
* vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq2024-04-01
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* 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: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