aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | docs(extmark): fix nvim_buf_get_extmarks example (#17934)dundargoc2022-03-31
| * | | | | | | feat(runtime): add query filetype (#17905)Christian Clason2022-03-31
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge pull request #17698 from tjdevries/nvim_clear_autocmdbfredl2022-03-31
| |\ \ \ \ \ \
| | * | | | | | feat(api): nvim_clear_autocmdTJ DeVries2022-03-31
| |/ / / / / /
| * | | | | | Merge pull request #17890 from zeertzjq/conceal-virtcol-changedbfredl2022-03-31
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | perf: only redraw concealed line if cursor has moved horizontallyzeertzjq2022-03-28
| | * | | | | revert: "Fix redraw regression with w_p_cole in visual mode"zeertzjq2022-03-28
| * | | | | | Merge pull request #17925 from zeertzjq/vim-8.2.1844zeertzjq2022-03-31
| |\ \ \ \ \ \
| | * | | | | | vim-patch:8.2.4577: message test is flakyzeertzjq2022-03-31
| | * | | | | | vim-patch:8.2.4200: some tests do not clean up properlyzeertzjq2022-03-31
| | * | | | | | vim-patch:8.2.4156: fileinfo message overwrites echo'ed messagezeertzjq2022-03-31
| | * | | | | | vim-patch:8.2.2515: memory access error when truncating an empty messagezeertzjq2022-03-31
| | * | | | | | vim-patch:8.2.1844: using "q" at the more prompt doesn't stop a long messagezeertzjq2022-03-31
| |/ / / / / /
| * | | | | | vim-patch:8.2.4645: 'shortmess' changed when session does not store options (...zeertzjq2022-03-31
| * | | | | | fix: correct vertical dragging room calculation with global statusline (#17928)zeertzjq2022-03-31
| * | | | | | feat(treesitter): add more default groups to highlight map (#17835)Gregory Anders2022-03-30
| * | | | | | docs(lsp): remove outdated offset_encoding default value for apply_text_editsAndrea Cappuccio2022-03-30
| * | | | | | fix: set nested before executing callback (#17801)TJ DeVries2022-03-30
| * | | | | | Merge pull request #17921 from zeertzjq/vim-8.2.4649zeertzjq2022-03-30
| |\ \ \ \ \ \
| | * | | | | | vim-patch:8.2.4649: various formatting problemszeertzjq2022-03-30
| | * | | | | | vim-patch:8.2.4349: FileChangedShell test fails on MS-Windowszeertzjq2022-03-30
| |/ / / / / /
| * | | | | | vim-patch:46eea444d (#17920)dundargoc2022-03-30
| * | | | | | Merge pull request #17773 from zeertzjq/vim-8.2.3110zeertzjq2022-03-30
| |\ \ \ \ \ \
| | * | | | | | vim-patch:8.2.4592: search continues after giving E1204zeertzjq2022-03-30
| | * | | | | | docs(pattern.txt): cherry-pick latests changes from Vim runtime updateszeertzjq2022-03-30
| | * | | | | | vim-patch:8.2.3110: a pattern that matches the cursor position is complicatedzeertzjq2022-03-30
| |/ / / / / /
| * | | | | | vim-patch:8.1.0439: recursive use of getcmdline() still not protected (#17726)zeertzjq2022-03-30
| * | | | | | vim-patch:8.2.4646: using buffer line after it has been freed (#17907)zeertzjq2022-03-30
| * | | | | | vim-patch:8.2.4473: Coverity warns for not checking return value of ftell() (...dundargoc2022-03-30
| * | | | | | fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913)zeertzjq2022-03-30
| | |/ / / / | |/| | | |
| * | | | | vim-patch:8.2.3449: sort fails if the sort compare function returns 999 (#17909)dundargoc2022-03-30
| * | | | | vim-patch:8.2.3551: checking first character of url twice (#17910)dundargoc2022-03-30
| * | | | | chore: add .mailmap (#17453)Lewis Russell2022-03-29
| * | | | | build(clint): link to wiki when accessing list_T internals directly (#17876)dundargoc2022-03-29
| * | | | | fix(decorations): do not put empty virt_text (#17872)zeertzjq2022-03-29
| * | | | | vim-patch:8.2.4644: redrawing too often when 'relativenumber' is set (#17756)Lewis Russell2022-03-29
| * | | | | docs: update hl-Whitespace documentation (#17901)zeertzjq2022-03-29
| * | | | | vim-patch:8.2.4640: some boolean options use "long" instead of "int" (#17896)zeertzjq2022-03-29
| * | | | | fix(lsp): use "text" filetype for plaintext (#17898)Jaehwang Jung2022-03-28
| * | | | | Merge pull request #17891 from casswedson/label-as-buildJames McCoy2022-03-28
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ci: label changes to Makefiles as buildcasswedson2022-03-27
| |/ / / /
| * | | | Merge pull request #17889 from zeertzjq/vim-8.2.4638zeertzjq2022-03-28
| |\ \ \ \
| | * | | | vim-patch:8.2.4630: 'cursorline' not always updated with 'culopt' is "screenl...zeertzjq2022-03-28
| | * | | | vim-patch:8.2.4638: superfluous check if a redraw is needed for 'cursorline'zeertzjq2022-03-28
| |/ / / /
| * | | | Merge pull request #17887 from dundargoc/ci/commitlintJames McCoy2022-03-27
| |\ \ \ \
| | * | | | ci(commitlint): use -u NONE instead of --cleanDundar Göc2022-03-27
| * | | | | Merge pull request #17873 from muniter/jl-apidocs-improvementesJames McCoy2022-03-27
| |\ \ \ \ \
| | * | | | | ci(doc): improve missing docs workflowJavier López2022-03-26
| * | | | | | docs: .git-blame-ignore-revs #16174Justin M. Keyes2022-03-27
| | |_|/ / / | |/| | | |
| * | | | | feat(test): use nvim_exec in helpers.source() #16064Justin M. Keyes2022-03-27
| | |/ / / | |/| | |