aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * fix(float): properly find last window of tabpage (#30571)zeertzjq2024-09-29
| * docs: misc (#30177)dundargoc2024-09-29
| * refactor(multibyte): neo-casefolding without allocationbfredl2024-09-29
| * refactor(event): change last use of klist to kvecbfredl2024-09-28
| * fix(column): set signcolumn width after splitting window (#30556)zeertzjq2024-09-28
| * fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq2024-09-28
| * fix(window): respect hide flag of float windows when switching (#30507)glepnir2024-09-28
| * feat(defaults): pretty :help headings #30544Justin M. Keyes2024-09-27
| * fix(api): fix crash/leak with float title/footer on error (#30543)zeertzjq2024-09-27
| * vim-patch:9.1.0743: diff mode does not handle overlapping diffs correctly (#3...zeertzjq2024-09-27
| * fix(mbyte): check for utf8proc_map() failure (#30531)zeertzjq2024-09-26
| * vim-patch:9.1.0742: getcmdprompt() implementation can be improvedzeertzjq2024-09-26
| * vim-patch:9.1.0741: No way to get prompt for input()/confirm()zeertzjq2024-09-26
| * fix(channel): handle writing to file instead of pipe (#30519)zeertzjq2024-09-26
| * build: fix or silence new clang-tidy warningsdundargoc2024-09-25
| * fix(coverity): size_t overflow #30497Justin M. Keyes2024-09-25
| * build(deps): bump wasmtime to v25.0.1Christian Clason2024-09-25
| * docs: render @see, @note items in _meta/api.lua #30494Justin M. Keyes2024-09-25
| * fix(paste): only record a paste when it's from RPC (#30491)zeertzjq2024-09-24
| * docs: lua error patterns #30240Justin M. Keyes2024-09-24
| * feat(paste): unify cancel and error behavior (#30476)zeertzjq2024-09-24
| * refactor(api): rename Dictionary => DictJustin M. Keyes2024-09-23
| * refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
| * build: silence "po" noise #30469Justin M. Keyes2024-09-23
| * vim-patch:9.1.0740: incorrect internal diff with empty file (#30471)zeertzjq2024-09-23
| * docs(api): nvim_get_runtime_file preserves 'runtimepath' order #30454Evgeni Chasnovski2024-09-22
| * fix(paste): improve repeating of pasted text (#30438)zeertzjq2024-09-22
| * vim-patch:9.1.0739: [security]: use-after-free in ex_getln.c (#30448)zeertzjq2024-09-21
| * refactor!: rename 'jumpoptions' flag "unload" to "clean" (#30418)zeertzjq2024-09-19
| * fix(coverity/509227/509228): tui driver_ti underflow #30341Devon Gardner2024-09-19
| * feat(tui): builtin UI (TUI) sets client info #30397Justin M. Keyes2024-09-18
| * fix(coverity): CID 509571 Uninitialized variables #30395Justin M. Keyes2024-09-18
| * docs(eval): update param types of prompt-buffer functions (#30392)glepnir2024-09-16
| * refactor: rename "process" => "proc" #30387Justin M. Keyes2024-09-15
| * Merge pull request #30378 from zeertzjq/vim-9.1.0729zeertzjq2024-09-14
| |\
| | * vim-patch:9.1.0730: Crash with cursor-screenline and narrow windowzeertzjq2024-09-14
| | * vim-patch:9.1.0729: Wrong cursor-screenline when resizing windowzeertzjq2024-09-14
| * | vim-patch:9.1.0728: [security]: heap-use-after-free in garbage collection wit...zeertzjq2024-09-14
| |/
| * refactor(stream.c): unused params in stream_close #30356Justin M. Keyes2024-09-12
| * feat(log): use "ui" as default name for TUI client #30345Justin M. Keyes2024-09-11
| * fix: replace NVIM with Nvim in default titlestring (#30348)Gregory Anders2024-09-11
| * vim-patch:9.1.0727: too many strlen() calls in option.c (#30338)zeertzjq2024-09-10
| * vim-patch:d657d3d: runtime(doc): clarify the effect of the timeout for search...zeertzjq2024-09-11
| * Merge pull request #30295 from glepnir/nfloatbfredl2024-09-10
| |\
| | * fix(highlight): floating windows inherit NormalFloat from global-nsglepnir2024-09-10
| * | refactor(os/input.c): rename os_inchar => input_get #30327Justin M. Keyes2024-09-10
| * | fix(server): CID 509282: DEADCODE #30316Justin M. Keyes2024-09-09
| * | fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes2024-09-08
| * | fix(startup): ignore broken $XDG_RUNTIME_DIR #30285Justin M. Keyes2024-09-08
| * | vim-patch:9.1.0720: Wrong breakindentopt=list:-1 with multibyte or TABs (#30293)zeertzjq2024-09-07