aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* vim-patch:9.1.0141: Put in Visual mode wrong if it replaces fold marker (#27661)zeertzjq2024-02-29
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* vim-patch:9.1.0140: cursor on wrong row after 1 char 'below' virtual text whe...zeertzjq2024-02-28
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* docs: fix type of setreg() argument {options} (#27631)Maria José Solano2024-02-27
* vim-patch:9.1.0137: <Del> in cmdline mode doesn't delete composing chars (#27...zeertzjq2024-02-27
* refactor(msgpack): remove dead unpacker code in helpersbfredl2024-02-26
* Merge pull request #27599 from bfredl/nofileallocbfredl2024-02-26
|\
| * refactor(shada): devirtualize writerbfredl2024-02-25
| * refactor(fileio): remove API shell layer encouraging unnecessary allocationsbfredl2024-02-25
* | fix(mbyte): fix bugs in utf_cp_*_off() functionsVanaIgr2024-02-26
* | fix(process): start pty process eof timer on main thread (#27625)zeertzjq2024-02-26
|/
* docs: fix several misleading and superfluous wordings (#27609)Evgeni Chasnovski2024-02-25
* vim-patch:9.1.0131: buffer-completion may not always find all matches (#27610)zeertzjq2024-02-24
* vim-patch:9.1.0132: "C" doesn't include composing chars with 'virtualedit' (#...zeertzjq2024-02-24
* vim-patch:9.1.0129: Fix truncation of text_wrap 'wrap' virt text after EOL li...zeertzjq2024-02-24
* vim-patch:a35235e824bb (#27598)zeertzjq2024-02-24
* perf(os/env): os_getenv() allocation when there is no env var setbfredl2024-02-24
* fix(terminal): block input when there is pending TermRequest (#27589)zeertzjq2024-02-24
* Merge pull request #27590 from bfredl/signcolfixbfredl2024-02-23
|\
| * fix(marktree): some marks counted twice when checking for overlapbfredl2024-02-23
* | vim-patch:9.1.0127: Naming a non-pointer variable "oap" is strangezeertzjq2024-02-23
* | vim-patch:9.1.0126: Internal error when using upper-case mark in getregion()zeertzjq2024-02-23
* | vim-patch:9.1.0120: hard to get visual region using Vim scriptzeertzjq2024-02-23
|/
* refactor(terminal): rename confusing variable name "rv" (#27573)zeertzjq2024-02-22
* fix(api): don't leak memory with nvim_win_get_ns (#27570)zeertzjq2024-02-22
* fix(extmarks): redraw properly with scoped inline virt_text (#27569)zeertzjq2024-02-22
* feat(extmark): window scoped extmarkaltermo2024-02-21
* docs: remove mention of foreground/background/special keys in nvim_set_hl (#2...rktjmp2024-02-21
* build: fix uncrustifydundargoc2024-02-21
* refactor(api): make freeing of return-value opt-in instead of opt outbfredl2024-02-21
* Merge pull request #27541 from bfredl/exprarenabfredl2024-02-20
|\
| * refactor(api): use an arena for nvim_parse_expressionbfredl2024-02-20
* | fix(extmarks): priority order of inline and non-inline virt_text (#27532)zeertzjq2024-02-20
|/
* refactor(api): reduce temporary allocations when replacing linesbfredl2024-02-20
* Merge pull request #27534 from bfredl/userarenabfredl2024-02-19
|\
| * refactor(api): use arena for nvim_put and nvim_pastebfredl2024-02-19
| * refactor(api): use arena when listing objectsbfredl2024-02-19
| * refactor(api): use arena for runtime and client infobfredl2024-02-19
| * refactor(api): use an arena for user commandsbfredl2024-02-19
* | build: disable conversion warnings for GCCdundargoc2024-02-19
|/
* docs: improve 'tabline' click label docs (#27529)zeertzjq2024-02-19
* feat(tabline): middle mouse button now closes tab (#27522)Nacho Nieva2024-02-19
* vim-patch:9.1.0115: Using freed memory with full tag stack and user data (#27...zeertzjq2024-02-19
* refactor(api): use arena for metadata; msgpack_rpc_to_object delenda estbfredl2024-02-18
* Merge pull request #27511 from bfredl/maparenabfredl2024-02-18
|\
| * refactor(api): use arena for autocmdsbfredl2024-02-18
| * refactor(api): use arena for channel info and terminal infobfredl2024-02-18
| * refactor(api): use an arena for mappingsbfredl2024-02-18
* | fix(eval): skip over v:lua properly (#27517)zeertzjq2024-02-18