aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval
Commit message (Expand)AuthorAge
* fix(repeat_cmdline): Save the repeat_cmdline when calling a userfunc.userregs_2Josh Rahm2025-04-16
* feat(userregfunc): programmable user-defined registers with multibyte supportJosh Rahm2025-04-16
* refactor(eval): move diff functions to diff.c (#33085)zeertzjq2025-03-27
* fix(messages): incorrect error message splitting and kind #32990luukvbaal2025-03-19
* docs: misc #32959Justin M. Keyes2025-03-18
* fix(messages): no trailing newline for inputlist, tselect, z= with ext_messagesLuuk van Baal2025-03-13
* vim-patch:9.1.1195: inside try-block: fn body executed with default arg undef...zeertzjq2025-03-13
* refactor(multiqueue): rename multiqueue_new_parent #32767Justin M. Keyes2025-03-08
* vim-patch:9.1.1169: using global variable for get_insert()/get_lambda_name() ...zeertzjq2025-03-03
* fix(api): don't override Vimscript SID (#32610)zeertzjq2025-02-25
* feat(messages): confirm kind for z=, :tselect, inputlist() #32521luukvbaal2025-02-20
* vim-patch:9.1.1081: has('bsd') is true for GNU/Hurdzeertzjq2025-02-07
* vim-patch:9.1.1074: Strange error when heredoc marker starts with "trim" (#32...zeertzjq2025-02-04
* vim-patch:9.0.1391: "clear" macros are not always used (#32312)zeertzjq2025-02-03
* vim-patch:8.2.4948: cannot use Perl heredoc in nested :def function (#32311)zeertzjq2025-02-03
* vim-patch:9.1.1071: args missing after failing to redefine a functionzeertzjq2025-02-03
* vim-patch:9.1.1066: heap-use-after-free and stack-use-after-scope with :14ver...zeertzjq2025-02-03
* vim-patch:9.1.1063: too many strlen() calls in userfunc.czeertzjq2025-02-03
* vim-patch:9.0.1142: crash and/or memory leak when redefining functionzeertzjq2025-02-03
* vim-patch:8.2.2505: Vim9: crash after defining function with invalid return typezeertzjq2025-02-03
* vim-patch:8.2.1445: Vim9: function expanded name is cleared when sourcing againzeertzjq2025-02-03
* vim-patch:8.2.0825: def_function() may return pointer that was freedzeertzjq2025-02-03
* vim-patch:9.1.1068: getchar() can't distinguish between C-I and Tab (#32295)zeertzjq2025-02-02
* vim-patch: port some userfunc.c refactorings from Vim (#32292)zeertzjq2025-02-02
* vim-patch:9.1.1017: Vim9: Patch 9.1.1013 causes a few problemszeertzjq2025-01-16
* vim-patch:9.1.1013: Vim9: Regression caused by patch v9.1.0646zeertzjq2025-01-16
* refactor(options): remove code for multitype optionsFamiu Haque2025-01-14
* vim-patch:9.1.0984: exception handling can be improvedzeertzjq2025-01-07
* feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal2025-01-02
* fix(jobs): do not block UI when jobwait() doesn't block (#31803)Gregory Anders2025-01-01
* refactor(options): use `const` in more places (#31791)Famiu Haque2025-01-01
* refactor(eval): move funcs to deprecated.c #31650Justin M. Keyes2024-12-23
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* refactor(wininfo): change wininfo from a linked list to an arraybfredl2024-12-16
* vim-patch:9.1.0888: leftcol property not available in getwininfo() (#31349)zeertzjq2024-11-26
* refactor(options): fix confusing naming of `scope` and `req_scope` (#31317)Famiu Haque2024-11-25
* fix(messages): more ext_messages kinds #31279luukvbaal2024-11-20
* vim-patch:9.1.0870: too many strlen() calls in eval.c (#31267)zeertzjq2024-11-19
* refactor(highlight): make enum of builtin highlights start with 1bfredl2024-11-13
* refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* 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