aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.2.2295: incsearch does not detect empty pattern properlyzeertzjq2022-12-04
* vim-patch:8.2.2182: Vim9: value of 'magic' is still relevantzeertzjq2022-12-04
* feat(aucmd_win): allow crazy things with hidden buffers (#21250)zeertzjq2022-12-02
* refactor: remove COMMA (#21260)zeertzjq2022-12-02
* vim-patch:9.0.0967: leaking memory from autocmd windowszeertzjq2022-11-29
* vim-patch:9.0.0965: using one window for executing autocommands is insufficientzeertzjq2022-11-29
* feat(secure): add `:trust` command and vim.secure.trust() (#21107)Jlll12022-11-28
* refactor: deprecate 'secure' optionGregory Anders2022-11-17
* vim-patch:8.2.1919: assert_fails() setting emsg_silent changes normal executi...zeertzjq2022-11-11
* vim-patch:8.2.1631: test_fails() does not check the context of the line numberzeertzjq2022-11-05
* vim-patch:8.2.1479: Vim9: error for list index uses wrong line numberzeertzjq2022-11-05
* vim-patch:partial:8.2.1183: assert_fails() checks the last error messagezeertzjq2022-11-05
* build(lint): remove clint.py rules for braces #20880dundargoc2022-11-01
* vim-patch:8.2.2653: build failurezeertzjq2022-10-27