summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/runtime.c
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-04-06vim-patch:9.2.0293: :packadd may lead to heap-buffer-overflowzeertzjq1
2026-04-06vim-patch:9.2.0291: too many strlen() callszeertzjq1
2026-03-21vim-patch:9.2.0219: call stack can be corrupted (#38406)zeertzjq1
2026-03-19vim-patch:partial:9.2.0193: using copy_option_part() can be improved (#38369)zeertzjq1
2026-03-09fix(runtimepath): crash in :packadd splice optimization #38129rok1
2026-02-25perf(runtime): hardware accelerated "packadd opt_package"bfredl1
2026-02-22vim-patch:9.2.0041: Not always using GA_CONCAT_LITERALzeertzjq1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2026-01-07feat(editor): :source can run Lua codeblock / ts injection #36799benarcher26911
2025-12-28vim-patch:8.2.0098: exe stack length can be wrong without being detected (#37...Jan Edmund Lazo1
2025-12-17vim-patch:9.1.1987: assert_equal() prepends unnecessary ':' when typedzeertzjq1
2025-12-17vim-patch:9.1.1983: Vim9: class_name definition can be improvedzeertzjq1
2025-12-17vim-patch:9.0.1758: vim9 no class identifiers in stack dumpszeertzjq1
2025-10-20vim-patch:9.1.0359: MS-Windows: relative import in a script sourced from a bu...Jan Edmund Lazo1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-06fix(runtime): coverity STRING_NULL #569464 (#34795)glepnir1
2025-04-16fix(env.c): drop envmap, free os_getenv() result #32683Judit Novak1
2025-02-28vim-patch:8.2.4974: ":so" command may read after end of bufferzeertzjq1
2025-02-28vim-patch:8.2.4647: "source" can read past end of copied linezeertzjq1
2025-02-28vim-patch:8.2.4603: sourcing buffer lines is too complicatedzeertzjq1
2025-02-28vim-patch:8.2.4594: need to write script to a file to be able to source themzeertzjq1
2025-02-27refactor(do_source): remove duplicate assignments (#32654)zeertzjq1
2025-02-26fix(eval): don't shorten $HOME in v:stacktrace (#32634)zeertzjq1
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-07vim-patch:9.1.0984: exception handling can be improvedzeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-04refactor(runtime.c): miscLewis Russell1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-09-08fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes1
2024-08-02vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq1
2024-08-01vim-patch:8.2.4275: cannot use an autoload function from a package under star...zeertzjq1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11Merge pull request #29278 from bfredl/strcatbfredl1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-11refactor(memory): use builtin strcat() instead of STRCAT()bfredl1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-04-25refactor(source): remove unnecessary concatenation with Lua (#28499)zeertzjq1
2024-04-24vim-patch:8.2.2332: Vim9: missing :endif not reported when using :windo (#28482)zeertzjq1
2024-04-20refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq1
2024-04-13vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)zeertzjq1
2024-03-30fix: explain that user should run nvim with -V1 to see more informationdundargoc1
2024-02-20refactor(api): reduce temporary allocations when replacing linesbfredl1
2024-02-19refactor(api): use arena for runtime and client infobfredl1
2024-02-13refactor(lua): use Arena when converting from lua stack to API argsbfredl1
2024-01-27docs(lua): update ":{range}lua" docs + error message #27231Justin M. Keyes1