aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Merge pull request #26860 from sus-domesticus/fix/clangdzeertzjq2024-01-03
|\
| * fix(clangd): set block pointer to null in case map is emptysus-domesticus2024-01-03
| * fix(clangd): check size of array before applying qsort on itsus-domesticus2024-01-02
* | refactor: remove redundant struct namesdundargoc2024-01-02
* | refactor(api): redundant `ml_mfp` check #26059Justin M. Keyes2024-01-02
|/
* fix(drawline): consider position in linebuf for foldcolumn (#26803)luukvbaal2024-01-02
* refactor: remove redundant NOLINT commentsdundargoc2024-01-01
* fix(l10n): update Ukrainian translations (#26819)Anatolii Sakhnik2024-01-01
* docs: clarify on_bytes argumentsJaehwang Jung2024-01-01
* build: ensure `make clean` doesn't remove source filesdundargoc2024-01-01
* refactor(tui): remove code that is no longer necessaryzeertzjq2023-12-31
* Handle mouse buttons 6/7 (often used for horizontal scrolling)Paul "LeoNerd" Evans2023-12-31
* Ignore key_mouse unless it is exactly \e[M because some terminfos relate to d...Paul "LeoNerd" Evans2023-12-31
* build: various improvementsdundargoc2023-12-30
* refactor: follow style guidedundargoc2023-12-30
* refactor(drawline): remove maybe_wlv argument for foldcolumn (#26798)luukvbaal2023-12-30
* refactor(drawline): avoid writing foldopen before writing foldclosedLuuk van Baal2023-12-29
* vim-patch:9.0.2189: Wrong display with 'briopt=sbr' and 'nobreakindent' (#26785)zeertzjq2023-12-29
* fix(drawline): don't use temporary "v" variable when not needed (#26777)zeertzjq2023-12-28
* docs(eval): add parameter type for vim.fn.mode() (#26776)xvzc2023-12-28
* docs: small fixes (#26651)dundargoc2023-12-28
* fix(clipboard): make getreg() accurate for clipboard registers (#26740)JD2023-12-28
* vim-patch:9.0.2188: cursor wrong after { in single line buffer (#26766)zeertzjq2023-12-28
* vim-patch:9.0.2187: Visual not drawn with 'breakindent' when line doesn't fit...zeertzjq2023-12-28
* 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
* build: remove clint checks and style text covered by uncrustifydundargoc2023-12-24
* 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