summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/option.c
AgeCommit message (Expand)AuthorFiles
2026-04-24feat(tui): restore 'ttyfast' to control tty requests #38699Kyle1
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-23fix(options): repair stale UI state after `:set all&` #39026Barrett Ruth1
2026-04-22vim-patch:9.2.0356: Cannot apply 'scrolloff' context lines at end of filezeertzjq1
2026-04-21fix(move): avoid integer overflow with large 'scrolloff' (#39251)zeertzjq1
2026-04-20vim-patch:9.2.0365: using int as bool (#39232)zeertzjq1
2026-04-19feat(options): add 'winpinned' to pin a window #39157luukvbaal1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-04-14refactor(options): generate "modeline disallowed" doc text #39019Justin M. Keyes1
2026-03-29docs: misc #38532Justin M. Keyes1
2026-03-23vim-patch:9.2.0223: Option handling for key:value suboptions is limited (#38426)zeertzjq1
2026-03-10vim-patch:partial:9.2.0126: String handling can be improved (#38214)zeertzjq1
2026-02-15fix(highlight): setting 'winhl' doesn't work with global ns (#37868)zeertzjq1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2026-01-18fix(autocmd): heap UAF with :bwipe in Syntax autocmdEmanuel Krollmann1
2026-01-09fix(pum): pumborder=shadow not blending properly (#37328)zeertzjq1
2025-12-28vim-patch:9.1.2024: 'fsync' option cannot be set per buffer (#37129)zeertzjq1
2025-12-06docs: miscJustin M. Keyes1
2025-11-28vim-patch:9.1.1933: completion: complete_match() is not useful (#36726)zeertzjq1
2025-11-27fix(float): respect statusline=3, don't inherit local 'statusline' #36716glepnir1
2025-11-26feat(float): 'statusline' in floating windows #36521glepnir1
2025-11-19refactor!: optwin.lua #36505altermo1
2025-09-30vim-patch:9.1.1808: Option insecure flags not copied when splitting windowzeertzjq1
2025-09-30vim-patch:9.1.1807: :set doesn't clear local insecure flag like :setlocal doeszeertzjq1
2025-09-29vim-patch:9.1.1802: 'nowrap' in a modeline may hide malicious code (#35946)zeertzjq1
2025-09-21fix(options): increase t_Co buffer size (#35859)zeertzjq1
2025-09-21vim-patch:9.1.1779: completion: 'autocomplete' cannot be enabled per buffer (...zeertzjq1
2025-09-13fix(ui): forward 'rulerformat' to msg_ruler event #35707luukvbaal1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-14vim-patch:9.1.1627: fuzzy matching can be improvedzeertzjq1
2025-08-09vim-patch:9.1.1603: completion: cannot use autoloaded funcs in 'complete' F{f...zeertzjq1
2025-07-20vim-patch:8.1.1891: functions used in one file are globalJan Edmund Lazo1
2025-07-20vim-patch:8.1.1736: viminfo support is spread outJan Edmund Lazo1
2025-07-20vim-patch:9.1.1572: expanding $var does not escape whitespace for 'path' (#35...zeertzjq1
2025-07-18vim-patch:9.1.1557: not possible to anchor specific lines in diff mode (#34967)zeertzjq1
2025-07-11vim-patch:9.1.1535: the maximum search count uses hard-coded value 99 (#34873)zeertzjq1
2025-07-06feat(options): per-buffer 'busy' status #34493Shadman1
2025-06-11fix(terminal): don't disable scrolloff for non-terminal buffers (#34451)zeertzjq1
2025-05-17vim-patch:9.1.1396: 'grepformat' is a global option (#34060)zeertzjq1
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-21feat(options): default statusline expression #33036Shadman1
2025-04-21fix(messages): single msg_show event for multiple :set options #33555luukvbaal1
2025-04-16fix(env.c): drop envmap, free os_getenv() result #32683Judit Novak1
2025-04-08vim-patch:9.1.1287: quickfix code can be further improvedzeertzjq1
2025-04-08vim-patch:9.1.1283: quickfix stack is limited to 10 itemszeertzjq1
2025-02-27fix(lua): wrong script context for option set by func from nvim_exec2 (#32659)zeertzjq1
2025-02-26refactor(options): fix coverity warning about unintialized sc_chan (#32630)zeertzjq1