aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
Commit message (Expand)AuthorAge
* refactor(wininfo): change wininfo from a linked list to an arraybfredl2024-12-16
* refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* refactor(options): always allocate option values (#30917)Famiu Haque2024-10-27
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* docs: misc (#29622)dundargoc2024-07-15
* fix(quickfix): make shortmess+=O work with cmdheight=0 (#29609)zeertzjq2024-07-08
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq2024-04-01
* vim-patch:9.1.0178: E1513 might be confusing (#27846)zeertzjq2024-03-14
* vim-patch:9.1.0170: Re-allow curwin == prevwin, but document it insteadSean Dewar2024-03-12
* vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy2024-03-11
* vim-patch:9.1.0164: Internal error when passing invalid position to getregion...zeertzjq2024-03-11
* vim-patch:9.1.0116: win_split_ins may not check available roomSean Dewar2024-03-08
* refactor: reduce some globals #27406Justin M. Keyes2024-02-10
* fix(startup): multiprocess startuptime #26790Pablo Arias2024-02-09
* vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* vim-patch:9.1.0009: Cannot easily get the list of matches (#27028)zeertzjq2024-01-16
* refactor: remove redundant NOLINT commentsdundargoc2024-01-01
* refactor: follow style guidedundargoc2023-12-30
* refactor(options): generate BV_ and WV_ constants (#26705)zeertzjq2023-12-22
* docs: add style rule regarding initializationdundargoc2023-12-18
* vim-patch:8.2.3695: confusing error for missing key (#26420)zeertzjq2023-12-06
* test: fileio_spec is unreliable/flaky #26404Justin M. Keyes2023-12-05
* refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* vim-patch:8.2.4685: when a swap file is found for a popup there is no dialog ...zeertzjq2023-11-25
* build: adjust clang-tidy warning exclusion logicdundargoc2023-11-20
* refactor: enable formatting for ternariesdundargoc2023-11-20
* Merge pull request #25724 from luukvbaal/signmergebfredl2023-11-18
|\
| * refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* | vim-patch:9.0.2108: [security]: overflow with count for :s commandzeertzjq2023-11-17
|/
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: remove PVSdundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor(options): rename `empty_option` to `empty_string_option`Famiu Haque2023-10-17
* refactor: the long goodbyedundargoc2023-10-03
* refactor: move some structs out of buffer_defs.h (#24878)zeertzjq2023-08-26
* feat(api): allow win_close in cmdwin to close wins except previousSean Dewar2023-07-26
* refactor: remove longdundargoc2023-07-03
* vim-patch:9.0.1621: FILETYPE_FILE is defined to the same value multiple times...zeertzjq2023-06-09
* revert: "refactor: eliminate `autocmd_fname_full` global"zeertzjq2023-06-07
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* vim-patch:9.0.1523: some error messages are not marked for translation (#23529)zeertzjq2023-05-08
* vim-patch:8.2.1978: making a mapping work in all modes is complicatedzeertzjq2023-05-08
* vim-patch:9.0.0250: slightly inconsistent error messageszeertzjq2023-05-05
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* vim-patch:8.2.3139: functions for string manipulation are spread out (#23316)zeertzjq2023-04-26
* vim-patch:9.0.0419: the :defer command does not check the function argumentszeertzjq2023-04-17