aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
...
* refactor: remove unnecessary HAVE_PATHDEF macrodundargoc2023-12-27
* fix(inccommand): don't preview in Ex mode (#26587)Raphael2023-12-27
* ci: disable libintl on mac releasedundargoc2023-12-26
* fix(column): correct width after truncated 'statuscolumn' error (#26737)luukvbaal2023-12-26
* feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2023-12-26
* refactor(cpoptions): remove 'p'bfredl2023-12-25
* refactor(drawline): reduce size of wlv.extra[] (#26733)zeertzjq2023-12-25
* feat(health): make :checkhealth support more split modifiers (#26731)zeertzjq2023-12-25
* feat(health): checkhealth buffer can show in a split window (#26714)Pablo Arias2023-12-25
* refactor: follow style guidedundargoc2023-12-24
* Merge pull request #26642 from famiu/refactor/options/misczeertzjq2023-12-24
|\
| * refactor(options): do bound checking in `validate_num_option()`Famiu Haque2023-12-24
| * refactor(options): remove side effects from `check_num_option_bounds()`Famiu Haque2023-12-24
| * refactor(options): use `OptIndex` for `os_idx`Famiu Haque2023-12-23
| * refactor(options): move some functions from options.c to option.cFamiu Haque2023-12-23
| * refactor(options): restructure functions related to key optionsFamiu Haque2023-12-23
* | refactor: remove os_errmsg and os_msg functionsdundargoc2023-12-23
* | refactor: remove CPO_TO_CPO_FLAGS() (#26718)zeertzjq2023-12-23
* | fix(mappings): fix mapset() not replacing map with backslash (#26719)zeertzjq2023-12-23
|/
* refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq2023-12-23
* refactor(drawline): avoid storing info to draw 'statuscolumn' (#26712)luukvbaal2023-12-23
* fix(decor): allow adding providers during redrawLewis Russell2023-12-22
* refactor(drawline): simplify draw_statuscol() and remove draw_state referencesLuuk van Baal2023-12-22
* Merge pull request #26528 from bfredl/nodrawstatebfredl2023-12-22
|\
| * refactor(drawline): remove LineDrawState and wlv->saved_n_extrabfredl2023-12-22
* | docs(options): add codeblock annotations to options.lua (#26696)Christian Clason2023-12-22
* | refactor(IWYU): add "private" pragma to more generated headers (#26706)zeertzjq2023-12-22
* | refactor(options): generate BV_ and WV_ constants (#26705)zeertzjq2023-12-22
* | vim-patch:9.0.2183: Maximum callback depth is not configurable (#26703)zeertzjq2023-12-22
* | refactor: run IWYU on entire repodundargoc2023-12-21
* | fix(build): teach cmake about vvarsLewis Russell2023-12-21
* | feat: generate types and docs for v variablesLewis Russell2023-12-21
* | fix(column): avoid exceeding configured 'signcolumn' widthLuuk van Baal2023-12-21
|/
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* fixup:zeertzjq2023-12-21
* fix(channel): use os_write() instead of fwrite() for stderr (#26689)zeertzjq2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* fix(buffer): do not filter help bufferChristian Clason2023-12-20
* vim-patch:9.0.2177: Wrong cursor position when dragging out of window (#26661)zeertzjq2023-12-20
* vim-patch:9.0.2178: reg_executing() wrong for :normal with range (#26660)zeertzjq2023-12-20
* test: sign on wrapped line with signcolumn=number (#26654)zeertzjq2023-12-19
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* docs: small fixes (#26448)dundargoc2023-12-19
* fix(api): don't set coladd of mark (#26648)zeertzjq2023-12-19
* feat(api): add forward and back mouse buttonsAmanda Graven2023-12-18
* docs: add style rule regarding initializationdundargoc2023-12-18
* fix(lua): handle array with holes in luaeval() (#26630)zeertzjq2023-12-18
* fix(options): setting 'scroll' with resized grid (#26628)zeertzjq2023-12-18
* refactor: split WIN_EXECUTE() into two functions (#26627)zeertzjq2023-12-18
* refactor: move some anonymous enums back to non-defs headers (#26622)zeertzjq2023-12-18