summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/buffer_defs.h
AgeCommit message (Expand)AuthorFiles
2026-04-22fix(cmdline): avoid 'incsearch' recursion after redraw #39303luukvbaal1
2026-04-22vim-patch:9.2.0356: Cannot apply 'scrolloff' context lines at end of filezeertzjq1
2026-04-21vim-patch:9.2.0378: Using int as bool type in win_T struct (#39263)zeertzjq1
2026-04-19feat(options): add 'winpinned' to pin a window #39157luukvbaal1
2026-03-29vim-patch:9.2.0254: w_locked can be bypassed when setting recursivelySean Dewar1
2026-03-27feat(prompt): prompt_appendbuf() appends to prompt buffer #37763Shadman1
2026-03-03vim-patch:9.2.0088: cannot display tabs for indentationzeertzjq1
2026-02-15fix(highlight): setting 'winhl' doesn't work with global ns (#37868)zeertzjq1
2026-01-20vim-patch:9.1.2097: TabClosedPre may be triggered twice for the same tab pagezeertzjq1
2025-12-28vim-patch:9.1.2024: 'fsync' option cannot be set per buffer (#37129)zeertzjq1
2025-12-21vim-patch:9.1.2001: cursor may end up in wrong window after :botright copen (...zeertzjq1
2025-11-28vim-patch:9.1.1933: completion: complete_match() is not useful (#36726)zeertzjq1
2025-10-23fix(statusline): redraw if Visual selection other end changes (#36281)zeertzjq1
2025-10-03vim-patch:9.1.1819: Cannot configure the inner foldlevel indicator (#36010)zeertzjq1
2025-09-30vim-patch:9.1.1808: Option insecure flags not copied when splitting windowzeertzjq1
2025-09-29vim-patch:9.1.1802: 'nowrap' in a modeline may hide malicious code (#35946)zeertzjq1
2025-09-21vim-patch:9.1.1779: completion: 'autocomplete' cannot be enabled per buffer (...zeertzjq1
2025-08-26fix(terminal): don't trigger TextChangedT for unrelated redrawsSean Dewar1
2025-08-09vim-patch:9.1.1603: completion: cannot use autoloaded funcs in 'complete' F{f...zeertzjq1
2025-07-18vim-patch:9.1.1557: not possible to anchor specific lines in diff mode (#34967)zeertzjq1
2025-07-06feat(options): per-buffer 'busy' status #34493Shadman1
2025-06-17feat(prompt): multiline prompt input #33371Shadman1
2025-05-17vim-patch:9.1.1396: 'grepformat' is a global option (#34060)zeertzjq1
2025-05-04vim-patch:9.1.1361: [security]: possible use-after-free when closing a buffer...Sean Dewar1
2025-04-29feat(ui): use builtin completion popupmenu with ext_cmdline (#31269)luukvbaal1
2025-04-29Merge pull request #33667 from glepnir/vim-9.1.1341zeertzjq1
2025-04-29vim-patch:ffc89e4 runtime(doc): clarify complete_match() and 'isexpand' optionglepnir1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-04-27vim-patch:9.1.1341: cannot define completion triggersglepnir1
2025-04-17vim-patch:9.1.1296: completion: incorrect truncation logiczeertzjq1
2025-04-17vim-patch:9.1.1284: not possible to configure pum truncation charzeertzjq1
2025-04-11fix(column): don't count signs on lines beyond eob #33410luukvbaal1
2025-04-08vim-patch:9.1.1283: quickfix stack is limited to 10 itemszeertzjq1
2025-03-29vim-patch:9.1.1252: typos in code and docs related to 'diffopt' "inline:" (#3...zeertzjq1
2025-03-28vim-patch:9.1.1243: diff mode is lacking for changes within lineszeertzjq1
2025-03-17fix(column): unnecessary redraws with resized 'statuscolumn' (#32944)luukvbaal1
2025-03-15docs: miscdundargoc1
2025-03-07fix(marks): mark winline as invalid if change is in a concealed line (#32766)luukvbaal1
2025-02-28fix(marks): ineffective conceal_line callback optimization (#32662)luukvbaal1
2025-02-25feat(treesitter): vertical conceal support for highlighterLuuk van Baal1
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal1
2025-02-25fix(api): don't override Vimscript SID (#32610)zeertzjq1
2025-02-12feat(options): add 'eventignorewin' (#32152)luukvbaal1
2025-01-14feat(api): nvim_open_win() relative to tabline and laststatus #32006luukvbaal1
2024-12-16refactor(wininfo): change wininfo from a linked list to an arraybfredl1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
2024-11-22fix(highlight): 'winhl' shouldn't take priority over API (#31288)zeertzjq1
2024-11-16refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque1
2024-11-03vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)zeertzjq1
2024-10-29vim-patch:9.1.0810: cannot easily adjust the |:find| commandzeertzjq1