summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/globals.h
AgeCommit message (Expand)AuthorFiles
2026-03-28fix(:restart): formalize restart event #35223Sathya Pramodh1
2025-10-08fix(cmdline): don't treat c_CTRL-D as wildmenu (#36067)zeertzjq1
2025-10-05vim-patch:8.1.1957: more code can be moved to evalvars.cJan Edmund Lazo1
2025-07-28docs: lsp, ui events, dev guidance, osc7Justin M. Keyes1
2025-07-23feat: ":restart +cmd" #34788Sathya Pramodh1
2025-04-29feat(ui): use builtin completion popupmenu with ext_cmdline (#31269)luukvbaal1
2025-03-06vim-patch:9.1.1175: inconsistent behaviour with exclusive selection and motio...zeertzjq1
2025-02-25fix(api): don't override Vimscript SID (#32610)zeertzjq1
2025-02-10feat(ui): UI :detach commandJustin M. Keyes1
2024-12-16refactor(wininfo): change wininfo from a linked list to an arraybfredl1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-10-27refactor(options): always allocate option values (#30917)Famiu Haque1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-07-15docs: misc (#29622)dundargoc1
2024-07-08fix(quickfix): make shortmess+=O work with cmdheight=0 (#29609)zeertzjq1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-04-01vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq1
2024-03-14vim-patch:9.1.0178: E1513 might be confusing (#27846)zeertzjq1
2024-03-12vim-patch:9.1.0170: Re-allow curwin == prevwin, but document it insteadSean Dewar1
2024-03-11vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy1
2024-03-11vim-patch:9.1.0164: Internal error when passing invalid position to getregion...zeertzjq1
2024-03-08vim-patch:9.1.0116: win_split_ins may not check available roomSean Dewar1
2024-02-10refactor: reduce some globals #27406Justin M. Keyes1
2024-02-09fix(startup): multiprocess startuptime #26790Pablo Arias1
2024-01-28vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar1
2024-01-16vim-patch:9.1.0009: Cannot easily get the list of matches (#27028)zeertzjq1
2024-01-01refactor: remove redundant NOLINT commentsdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-22refactor(options): generate BV_ and WV_ constants (#26705)zeertzjq1
2023-12-18docs: add style rule regarding initializationdundargoc1
2023-12-06vim-patch:8.2.3695: confusing error for missing key (#26420)zeertzjq1
2023-12-05test: fileio_spec is unreliable/flaky #26404Justin M. Keyes1
2023-11-30refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-25vim-patch:8.2.4685: when a swap file is found for a popup there is no dialog ...zeertzjq1
2023-11-20build: adjust clang-tidy warning exclusion logicdundargoc1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-18Merge pull request #25724 from luukvbaal/signmergebfredl1
2023-11-17refactor(sign): move legacy signs to extmarksLuuk van Baal1
2023-11-17vim-patch:9.0.2108: [security]: overflow with count for :s commandzeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-10-17refactor(options): rename `empty_option` to `empty_string_option`Famiu Haque1
2023-10-03refactor: the long goodbyedundargoc1
2023-08-26refactor: move some structs out of buffer_defs.h (#24878)zeertzjq1
2023-07-26feat(api): allow win_close in cmdwin to close wins except previousSean Dewar1
2023-07-03refactor: remove longdundargoc1