summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc19
2023-11-12build: remove PVSdundargoc16
2023-11-11fix(PVS/V564): the '|' operator is applied to bool type valuedundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-11-11fix(context): don't crash on invalid arg to nvim_get_context (#25977)zeertzjq2
2023-11-10refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2
2023-11-08Merge pull request #25767 from luukvbaal/signdelbfredl3
2023-11-08feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal3
2023-11-06feat(tui): use TermResponse event for OSC responses (#25868)Gregory Anders1
2023-11-05feat(extmarks): add "undo_restore" flag to opt out of undo-restoringbfredl3
2023-11-02Merge pull request #25859 from luukvbaal/extmarkdelbfredl1
2023-11-01refactor(extmarks): extmark_del() with MarkTreeIterLuuk van Baal1
2023-11-01feat(server): allow embed with listen (#25709)George Harker1
2023-10-30refactor(options)!: unify `set_option` and `set_string_option`Famiu Haque1
2023-10-29docs: small fixes (#25585)dundargoc2
2023-10-29fix(api): load buffer first on nvim_buf_set_lines (#25823)Raphael1
2023-10-25fix(terminal): assign channel to terminal earlier (#25771)zeertzjq1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc3
2023-10-20refactor(options): `get_option_value_strict()` and `SREQ_*`Famiu Haque2
2023-10-17refactor(options): unify set_num_option and set_bool_optionFamiu Haque1
2023-10-14fix(ui): empty line before the next message after :silent commandnwounkn1
2023-10-10refactor: allow not having a `default` case for enumFamiu Haque5
2023-10-09fix(autocmd): API functions accept garbage after event name #25523ii141
2023-10-08fix(PVS/V592): expression is enclosed by parentheses twicedundargoc1
2023-10-03fix(api): avoid immediate TextChanged with nvim_create_buf (#25492)zeertzjq1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-10-01Merge pull request #25455 from bfredl/highlight_namespace_gettersbfredl2
2023-10-01feat(ui): allow to get the highlight namespaceDaniel Steinberg2
2023-09-30Merge pull request #25386 from glepnir/toggle_floatbfredl2
2023-09-30feat(float): support toggle show float windowglepnir2
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq16
2023-09-29refactor: remove longdundargoc2
2023-09-27refactor(messages): fold msg_attr into msgbfredl1
2023-09-26Merge pull request #25229 from glepnir/20323bfredl2
2023-09-26fix(highlight): add force in nvim_set_hlglepnir2
2023-09-24docs: do not use deprecated functions #25334Maria José Solano1
2023-09-25fix(api): handle NUL in nvim_err_write() and nvim_out_write() (#25354)zeertzjq1
2023-09-24fix(api, lua): handle setting v: variables properly (#25325)zeertzjq1
2023-09-22fix(api): get virtual text with multiple hl properly (#25307)zeertzjq2
2023-09-22fix(ui): handle virtual text with multiple hl in more cases (#25304)zeertzjq1
2023-09-21fix(tui): don't overwrite an assertion faliure message on exitbfredl1
2023-09-20docs: misc #24561Justin M. Keyes1
2023-09-20Merge pull request #25096 from glepnir/float_winnewbfredl1
2023-09-19fix(float): trigger winnew event when float window createglepnir1
2023-09-19Merge pull request #25214 from bfredl/glyphcachebfredl3
2023-09-19Merge pull request #25148 from glepnir/fixed_optbfredl2
2023-09-19refactor(grid): change schar_T representation to be more compactbfredl3
2023-09-18fix(float): add fixd optionglepnir2
2023-09-17feat(folds): support virtual text format for 'foldtext' (#25209)zeertzjq1