summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval.c
AgeCommit message (Expand)AuthorFiles
2026-04-20vim-patch:8.2.4912: using execute() to define a lambda doesn't work (#39229)Jan Edmund Lazo1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-03-27feat(prompt): prompt_appendbuf() appends to prompt buffer #37763Shadman1
2026-03-24fix(messages): emit empty msg_show event for :echo #38467luukvbaal1
2026-03-14vim-patch:9.2.0152: concatenating strings is slow (#38286)zeertzjq1
2026-02-26vim-patch:9.2.0054: eval_addblob() is inefficient (#38067)zeertzjq1
2026-02-16vim-patch:9.1.1954: Setting a byte in a blob, accepts values outside 0-255zeertzjq1
2026-02-14feat(prompt): plugins can update prompt during user input #37743Shadman1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2026-02-03fix(prompt): ensure prompt-mark col gets reseted properly #37669Shadman1
2026-01-31vim-patch:9.1.2123: using NOT with a float returns a float in legacy script (...zeertzjq1
2026-01-30fix(prompt): also store column info in ': mark #36194Shadman1
2026-01-15vim-patch:9.1.2086: Memory leak when skipping invalid literal dictSean Dewar1
2026-01-01vim-patch:8.2.2198: ml_get error when resizing window and using text propertyJan Edmund Lazo1
2025-12-22fix(marks): wrong line('w$', win) with conceal_lines (#37047)Jaehwang Jung1
2025-10-26vim-patch:8.1.1939: code for handling v: variables in generic eval file (#36312)Jan Edmund Lazo1
2025-10-19vim-patch:9.0.0433: Coverity warns for not checking allocation failureJan Edmund Lazo1
2025-10-15vim-patch:8.1.1979: code for handling file names is spread out (#36176)Jan Edmund Lazo1
2025-10-13fix(api): nvim_parse_cmd handle nextcmd for commands without EX_TRLBAR (#36055)glepnir1
2025-10-06vim-patch:8.1.1978: the eval.c file is too bigJan Edmund Lazo1
2025-10-05vim-patch:8.2.0200: Vim9 script commands not sufficiently testedJan Edmund Lazo1
2025-10-05vim-patch:8.1.1957: more code can be moved to evalvars.cJan Edmund Lazo1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-09-26vim-patch:8.1.2077: the ops.c file is too bigJan Edmund Lazo1
2025-09-23vim-patch:8.1.2021: some global functions can be local to the fileJan Edmund Lazo1
2025-09-23vim-patch:9.1.1781: some functions could be defined staticzeertzjq1
2025-09-13vim-patch:8.1.1964: crash when using nested map() and filter() (#35715)Jan Edmund Lazo1
2025-09-09vim-patch:8.1.1940: script tests failJan Edmund Lazo1
2025-08-23vim-patch:9.1.1667: Another outdated comment in eval.c (#35438)zeertzjq1
2025-08-23vim-patch:9.1.1665: Outdated comment in eval.c (#35436)zeertzjq1
2025-08-22vim-patch:8.2.1672: v_lock is used when it is not initialized (#35416)zeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-09vim-patch:9.1.1603: completion: cannot use autoloaded funcs in 'complete' F{f...zeertzjq1
2025-07-20vim-patch:8.1.1526: no numerical value for the patchlevelJan Edmund Lazo1
2025-06-30fix(prompt): prompt mark not placed after text edits correctly #34671Shadman1
2025-06-26feat(ui): emit "msg_clear" event after clearing the screen (#34035)luukvbaal1
2025-06-24feat(prompt): prompt_getinput() gets current input #34491Shadman1
2025-06-17feat(prompt): multiline prompt input #33371Shadman1
2025-06-09fix(messages): single event for multi-expr :echo (#34393)luukvbaal1
2025-05-24feat(ui): "append" parameter for "msg_show" UI eventsLuuk van Baal1
2025-04-15vim-patch:9.1.1300: wrong detection of -inf (#33474)zeertzjq1
2025-03-27fix(health): message should mention "vim.provider" #33095Eisuke Kawashima1
2025-02-28vim-patch:8.2.4594: need to write script to a file to be able to source themzeertzjq1
2025-02-26refactor: remove unnecessary allocation for "run Nvim with -V1" (#32633)zeertzjq1
2025-02-25fix(lua): don't override script ID from :source (#32626)zeertzjq1
2025-02-25fix(api): don't override Vimscript SID (#32610)zeertzjq1
2025-01-09feat(api): add err field to nvim_echo() optsLuuk van Baal1
2025-01-07vim-patch:9.1.0984: exception handling can be improvedzeertzjq1
2024-12-19feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes1
2024-11-25refactor(options): fix confusing naming of `scope` and `req_scope` (#31317)Famiu Haque1