aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
Commit message (Expand)AuthorAge
* 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
* docs: fix typos (#20509)dundargoc2022-10-13
* fix: change did_emsg back to intzeertzjq2022-10-10
* feat(window/ui): add splitkeep option (#19243)luukvbaal2022-10-06
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* feat(ui): use msg_grid based implementation for cmdheight=0bfredl2022-09-15
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-06
* fix(exceptions): restore `did_throw` (#20000)Sean Dewar2022-08-30
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* Merge pull request #19961 from dundargoc/refactor/char_u/2bfredl2022-08-29
|\
| * refactor: replace char_u with charDundar Göc2022-08-27