aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
* vim-patch:9.1.0822: topline might be changed in diff mode unexpectedly (#30988)zeertzjq2024-10-30
* refactor(options): option flags enum #30961Famiu Haque2024-10-28
* vim-patch:9.1.0775: tests: not enough tests for setting options (#30785)zeertzjq2024-10-13
* 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
* vim-patch:8.2.4838: checking for absolute path is not trivial (#29990)zeertzjq2024-08-06
* vim-patch:9.1.0465: missing filecopy() function (#29989)zeertzjq2024-08-06
* refactor: extract eval/fs.c from eval/funcs.c (#29985)zeertzjq2024-08-06
* build(deps): remove msgpack-c dependencybfredl2024-08-05
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* refactor: move some functions out of eval.c (#29964)zeertzjq2024-08-02
* fix(eval): handle wrong v:lua in expr option properly (#29953)zeertzjq2024-08-02
* refactor(eval): treat v:lua call as simple functionzeertzjq2024-08-02
* vim-patch:9.1.0649: Wrong comment for "len" argument of call_simple_func()zeertzjq2024-08-02
* vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq2024-08-02
* vim-patch:9.0.0632: calling a function from an "expr" option has overheadzeertzjq2024-08-02
* vim-patch:8.2.4416: Vim9: using a script-local function requires using "s:" (...zeertzjq2024-08-02
* vim-patch:9.1.0415: Some functions are not testedzeertzjq2024-07-31
* vim-patch:partial:9.1.0411: too long functions in eval.czeertzjq2024-07-31
* vim-patch:8.2.3264: Vim9: assign test failszeertzjq2024-07-31
* vim-patch:9.2.1731: Vim9: cannot use += to append to empty NULL listzeertzjq2024-07-31
* vim-patch:9.0.0331: cannot use items() on a stringzeertzjq2024-07-30
* vim-patch:partial:9.0.0327: items() does not work on a listzeertzjq2024-07-30
* 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