aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * vim-patch:8.2.4724: current instance of last search pattern not easily spottedzeertzjq2024-06-19
| * fix(mouse): early return when clicking in padded 'statuscolumn' (#29394)luukvbaal2024-06-19
| * vim-patch:9.1.0498: getcmdcompltype() interferes with cmdline completion (#29...zeertzjq2024-06-19
| * refactor(lua): remove unnecessary strlen() in nlua_expand_pat() (#29388)zeertzjq2024-06-18
| * refactor: Windows tilde expansion followup (#29380)Rafael Kitover2024-06-18
| * fix(lua): find length of completion prefix earlier (#29384)zeertzjq2024-06-18
| * vim-patch:9.1.0496: matched text is highlighted case-sensitivelyzeertzjq2024-06-18
| * vim-patch:9.1.0495: Matched text isn't highlighted in cmdline pumzeertzjq2024-06-18
| * vim-patch:9.1.0494: Wrong matched text highlighted in pum with 'rightleft' (#...zeertzjq2024-06-17
| * Merge pull request #29357 from luukvbaal/statuscolzeertzjq2024-06-17
| |\
| | * feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal2024-06-16
| | * refactor: remove redundant copy in statuscolumn itemsLuuk van Baal2024-06-16
| * | vim-patch:9.1.0489: default completion may break with fuzzy (#29364)zeertzjq2024-06-16
| * | docs: document 'list' behavior when 'listchars' excludes "tab" (#29360)zeertzjq2024-06-16
| * | vim-patch:9.1.0491: Cmdline pum doesn't work properly with 'rightleft' (#29355)zeertzjq2024-06-15
| |/
| * vim-patch:9.1.0490: minor style problems with patch 9.1.0487 (#29354)zeertzjq2024-06-15
| * vim-patch:9.1.0488: Wrong padding for pum "kind" with 'rightleft' (#29352)zeertzjq2024-06-15
| * vim-patch:9.1.0487: completed item not update on fuzzy completion (#29341)zeertzjq2024-06-15
| * docs: misc (#29229)dundargoc2024-06-15
| * vim-patch:c509c00: runtime(doc): fix wrong helptag for :deferzeertzjq2024-06-15
| * vim-patch:d6d4e13: runtime(doc): rewrite mkdir() doc and simplify {flags} mea...zeertzjq2024-06-15
| * vim-patch:9.1.0485: Matched text shouldn't be highlighted in "kind" and "menu"zeertzjq2024-06-15
| * vim-patch:9.1.0480: fuzzy string matching executed when not neededzeertzjq2024-06-15
| * vim-patch:9.1.0479: fuzzy_match_str_with_pos() does unnecessary list operationszeertzjq2024-06-15
| * vim-patch:9.1.0476: Cannot see matched text in popup menuzeertzjq2024-06-15
| * vim-patch:9.1.0484: Sorting of completeopt+=fuzzy is not stable (#29338)zeertzjq2024-06-15
| * Merge pull request #29241 from bfredl/shadapackbfredl2024-06-14
| |\
| | * refactor(shada): use msgpack_sbuffer lessbfredl2024-06-11
| * | revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
| * | vim-patch:d353d27: runtime(doc): restore description of "$" in col() and virt...zeertzjq2024-06-14
| * | vim-patch:02f3eba: runtime(doc): deduplicate getpos(), line(), col(), virtcol()zeertzjq2024-06-14
| * | fix(tui): skip TUI in ui_rgb_attached (#29096)Gregory Anders2024-06-12
| * | refactor(terminal): move :terminal defaults to _defaults.luaGregory Anders2024-06-12
| * | feat(highlight): add StatusLineTerm and StatusLineTermNC groupsGregory Anders2024-06-12
| * | vim-patch:210b39c: runtime(doc): clarify documentation for "v" position at li...zeertzjq2024-06-12
| * | feat(terminal): add support for copying with OSC 52 in embedded terminal (#29...Gregory Anders2024-06-11
| * | Merge pull request #29278 from bfredl/strcatbfredl2024-06-11
| |\ \
| | * | refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
| | |/
| * | refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
| * | fix(types): add some vim.fn type annotationsnotomo2024-06-11
| * | refactor(lua): improve type annotationsLewis Russell2024-06-11
| |/
| * fix(column): clamp line number for legacy signsLuuk van Baal2024-06-10
| * fix(api): allow `scope = 'local'` with `buf` when using `nvim_get_option_value`dundargoc2024-06-10
| * vim-patch:9.1.0472: Inconsistencies between functions for option flags (#29262)zeertzjq2024-06-10
| * refactor(os/shell): we have DynamicBuffer at homebfredl2024-06-09
| * Merge pull request #29141 from bfredl/rstream2bfredl2024-06-09
| |\
| | * refactor(io): make rstream use a linear bufferbfredl2024-06-08
| * | feat(lua): add `vim._with`dundargoc2024-06-08
| |/
| * refactor: quadratic behavior in vim_findfile_stopdir (#29232)James2024-06-08
| * feat: get/set namespace properties #28728altermo2024-06-07