aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.2.2857: Vim9: exception in ISN_INSTR caught at wrong level (#23131)zeertzjq2023-04-16
* vim-patch:9.0.0370: cleaning up afterwards can make a function messyzeertzjq2023-04-16
* vim-patch:8.2.3783: confusing error for using a variable as a functionzeertzjq2023-04-16
* vim-patch:8.2.4883: string interpolation only works in heredoczeertzjq2023-04-15
* vim-patch:8.2.0103: using null object with execute() has strange effectszeertzjq2023-04-15
* refactor: make error message definitions constii142023-04-05
* refactor: use bool type for global variables (#22842)ii142023-04-01
* feat(api): add filetype option nvim_get_option_valueLewis Russell2023-03-20
* refactor(getchar.c): change most char_u to uint8_t (#22444)zeertzjq2023-02-28
* fix: remove "Compiled by:" from :version/--version (#22316)dundargoc2023-02-18
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* Merge pull request #20945 from erw7/feat-more-exception-infozeertzjq2023-01-16
|\
| * refactor: remove E5500, adjust testszeertzjq2023-01-16
* | fix(ui): re-organize tty fd handling and fix issuesbfredl2023-01-16
|/
* build: remove clint error suppression #21782dundargoc2023-01-13
* feat(lua): exit 1 on Lua "-l" script errorJustin M. Keyes2023-01-05
* feat(lua)!: execute Lua with "nvim -l"Justin M. Keyes2023-01-05
* feat!: remove hardcopyLewis Russell2023-01-03
* fix(tui): more work in the TUIbfredl2022-12-31
* feat(tui): run TUI as external processhlpr982022-12-31
* vim-patch:9.0.1101: unused global variable (#21549)zeertzjq2022-12-27
* feat(exrc): support .nvim.lua (#21436)Munif Tanjim2022-12-19
* vim-patch:9.0.1011: ml_get error when using screenpos()zeertzjq2022-12-06