aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | fixup! vim-patch:8.2.3019: location list only has the start position.Jan Edmund Lazo2021-07-31
| * | | | vim-patch:8.2.3254: win_gettype() does not recognize a quickfix windowJan Edmund Lazo2021-07-31
| * | | | vim-patch:8.2.3163: location list window may open a wrong fileJan Edmund Lazo2021-07-31
| * | | | vim-patch:8.2.3025: not enough tests for quickfix end_col and end_lnumJan Edmund Lazo2021-07-31
| * | | | vim-patch:8.2.3019: location list only has the start position.Jan Edmund Lazo2021-07-31
* | | | | fix(lsp): Include client name in handler error messages (#15227)Mathias Fußenegger2021-07-31
|/ / / /
* | | | vim-patch:8.1.2019: 'cursorline' always highlights the whole line (#15161)zeertzjq2021-07-30
* | | | Merge pull request #15206 from dundargoc/refactor/a-song-of-true-and-false/gl...Björn Linse2021-07-30
|\ \ \ \
| * | | | refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
| |/ / /
* | | | Merge pull request #15222 from dundargoc/PVS/V501Björn Linse2021-07-30
|\ \ \ \
| * | | | refactor: PVS/V501: removed duplicate sub-expression 'chunk.size > 2'Dundar Göc2021-07-30
* | | | | Merge pull request #15062 from seandewar/vim-8.1.0829Jan Edmund Lazo2021-07-30
|\ \ \ \ \
| * | | | | vim-patch:8.1.0829: when 'hidden' is set session creates extra buffersSean Dewar2021-07-17
* | | | | | Merge pull request #14744 from janlazo/vim-8.2.2957Jan Edmund Lazo2021-07-30
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fixup! fix(highlight): remove syncolor.vimJan Edmund Lazo2021-07-29
| * | | | | vim-patch:8.2.2957: using getchar() in Vim9 script is problematicJan Edmund Lazo2021-07-29
|/ / / / /
* | | | | Merge pull request #15207 from gpanders/bye-syncolorBjörn Linse2021-07-29
|\ \ \ \ \
| * | | | | fixup! fix(highlight): remove syncolor.vimGregory Anders2021-07-28
| * | | | | fixup! fix(highlight): remove syncolor.vimGregory Anders2021-07-27
| * | | | | fixup! fix(highlight): remove syncolor.vimGregory Anders2021-07-27
| * | | | | fix(highlight): remove syncolor.vimGregory Anders2021-07-27
| | |/ / / | |/| | |
* | | | | Merge pull request #15184 from bfredl/sunjonhlBjörn Linse2021-07-29
|\ \ \ \ \
| * | | | | feat(decorations): deprecate nvim_buf_set_virtual_textBjörn Linse2021-07-29
| * | | | | refactor(decorations): merge the two different code paths for virt_textBjörn Linse2021-07-29
| * | | | | feat(decorations): allow more than one stacked highlight in a virt_textBjörn Linse2021-07-29
* | | | | | feat(lsp): implement vim.lsp.diagnostic.redraw() (#15203)Gregory Anders2021-07-29
* | | | | | Merge pull request #15213 from zeertzjq/vim-8.2.3236Thomas Vigouroux2021-07-29
|\ \ \ \ \ \
| * | | | | | vim-patch:8.2.3236: mode() does not indicate using CTRL-O in Select modezeertzjq2021-07-29
* | | | | | | chore: fix lsp bug issue templateChristian Clason2021-07-29
* | | | | | | chore: fix bug issue template formChristian Clason2021-07-29
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #15215 from bfredl/fix_15212Björn Linse2021-07-29
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix(decorations): crash when :bdelete (extmark_free_all) after clear_namespaceBjörn Linse2021-07-29
|/ / / / /
* | | | | ci(labeler): adapt to new label namesChristian Clason2021-07-28
* | | | | ci: label PRs only the first time they're opened (#15209)dundargoc2021-07-28
* | | | | ci(labeler): update label formatChristian Clason2021-07-28
|/ / / /
* | | | Merge pull request #15142 from neovim/marvim/api-doc-update/masterThomas Vigouroux2021-07-27
|\ \ \ \
| * | | | docs: regeneratemarvim2021-07-26
* | | | | Merge pull request #15197 from dundargoc/refactor/a-song-of-true-and-false/gl...Björn Linse2021-07-26
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-26
* | | | | feat(lsp): make list handlers configurable (#15199)Gregory Anders2021-07-26
* | | | | Merge pull request #15090 from kraftwerk28/masterThomas Vigouroux2021-07-26
|\ \ \ \ \
| * | | | | docs: fix typo in treesitter.txtkraftwerk282021-07-14
* | | | | | Merge pull request #15180 from gpanders/xcallocThomas Vigouroux2021-07-26
|\ \ \ \ \ \
| * | | | | | fix: fix incorrect call sites of xcallocGregory Anders2021-07-24
* | | | | | | Merge pull request #15191 from vigoux/ts-docsThomas Vigouroux2021-07-26
|\ \ \ \ \ \ \
| * | | | | | | docs(ts): add documentation for listing fnsThomas Vigouroux2021-07-25
* | | | | | | | chore: remove checkbox from issue templateChristian Clason2021-07-26
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #15151 from dundargoc/refactor/true-and-false-macroBjörn Linse2021-07-26
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | refactor: replace TRUE/FALSE macros with C99 true/falseDundar Göc2021-07-25
|/ / / / / /
* | | | | | Merge pull request #14311 from matveyt/nomode_ceBjörn Linse2021-07-25
|\ \ \ \ \ \