summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim
AgeCommit message (Expand)AuthorFiles
2026-04-18vim-patch:8.2.2245: Vim9: return value of winrestcmd() cannot be executedJan Edmund Lazo1
2026-04-18docs: misc #39045Justin M. Keyes2
2026-04-18fix(eval): crash on some NULL ptr deref #39182phanium3
2026-04-18refactor(vimfn): full-Lua impl of vim.fn.environ()Justin M. Keyes3
2026-04-18feat(vimfn): use Lua for more excmds/vimfnsJustin M. Keyes5
2026-04-18fix(marks): adjust marks when unloading "nofile" buffer #39118luukvbaal1
2026-04-17fix(lsp): limit number of created highlight groups (#39133)Evgeni Chasnovski1
2026-04-17perf(vim.fn): call Lua-implemented vim.fn.xx() directly #39166Justin M. Keyes4
2026-04-18fix(terminal): forward streamed bracketed paste properly (#39152)zeertzjq2
2026-04-17refactor(cmdexpand): duplicate code #39167Justin M. Keyes1
2026-04-17fix(completion): update CursorColumn during completion (#39159)zeertzjq2
2026-04-17vim-patch:8.2.2440: documentation based on patches is outdated (#39144)zeertzjq2
2026-04-16test: lint EXX error codes #8155Justin M. Keyes1
2026-04-16test: lint naming conventions #39117Justin M. Keyes3
2026-04-16fix(float): don't unload 'hidden' float buffer with :close! (#39096)luukvbaal1
2026-04-16docs(l10n): fix fuzzy zh_CN translations #39109purrtc0l1
2026-04-16fix(treesitter): restore highlighting on 32 bit systems #39091Barrett Ruth1
2026-04-16vim-patch:9.2.0357: [security]: command injection via backticks in tag files ...zeertzjq1
2026-04-16vim-patch:9.2.0351: repeat_string() can be improved (#39101)zeertzjq1
2026-04-15refactor(api): rename "window" to "win" (positional parameters) #39083Justin M. Keyes3
2026-04-15refactor(api): rename buffer to buf (positional parameters) #39013Justin M. Keyes7
2026-04-15vim-patch:9.2.0346: Wrong cursor position when entering command line window (...zeertzjq2
2026-04-15refactor: move e_invalwindow to errors.h (#39067)glepnir4
2026-04-14vim-patch:partial:9.2.0348: potential buffer underrun when setting statusline...zeertzjq1
2026-04-14vim-patch:9.2.0345: Wrong autoformatting with 'autocomplete' (#39060)zeertzjq1
2026-04-14fix(gf): handle local `file:` URI paths #38915Barrett Ruth1
2026-04-14feat(api): use zindex to determine dimmed cursor shape #39054luukvbaal2
2026-04-14build(clang-analyzer): UB pointer subtractionJustin M. Keyes2
2026-04-14build(clang-analyzer): suppress clang-analyzer-core.FixedAddressDereferenceJustin M. Keyes1
2026-04-14build(clang-analyzer): suppress clang-analyzer-security.ArrayBoundJustin M. Keyes2
2026-04-14build: update clang v21, fix warningsdundargoc53
2026-04-14fix(cmdline): avoid Ex-mode NULL cmdline_block event #39043luukvbaal1
2026-04-14docs: lsp, options, api #38980Justin M. Keyes2
2026-04-14refactor(options): generate "modeline disallowed" doc text #39019Justin M. Keyes3
2026-04-14fix(completion): preselect ignores completeopt flag #39030glepnir1
2026-04-13fix(terminal): do not reflow altscreen on resize #38812phanium1
2026-04-13feat(api): rename buffer to buf in retval #38900Justin M. Keyes5
2026-04-13feat(completion): completeopt=preselect, LSP CompletionItem.preselect #36613glepnir2
2026-04-13vim-patch:9.2.0339: regexp: nfa_regmatch() allocates and frees too often (#38...zeertzjq1
2026-04-12fix(pum): info float width grows on reselect with 'linebreak' #38680glepnir1
2026-04-12feat(api): nvim_set_hl can set "font" #37668glepnir5
2026-04-12fix(tui): use erase_chars for short clears #38973Barrett Ruth1
2026-04-12Merge #38882 docsJustin M. Keyes4
2026-04-12fix(normal): pass count to 'keywordprg' as arg1 #38965Barrett Ruth2
2026-04-12fix(api): nvim_get_hl drops groups defined with link_global #38492glepnir4
2026-04-12docs: miscJustin M. Keyes4
2026-04-12build: support GNU Hurd by skipping BSD sysctl checks #38975mnikic1
2026-04-12perf(ui): check rectangle intersection when looking for covering grids #38500jdrouhard1
2026-04-11feat(connect): filepath completion #38959Justin M. Keyes1
2026-04-11fix(highlight): preserve inherited colors when update=true breaks links #38750glepnir1