aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* vim-patch:8.2.3499: GUI geometry startup test failszeertzjq2022-12-05
* vim-patch:8.2.3495: GUI geometry startup test fails on some systemszeertzjq2022-12-05
* vim-patch:8.2.3109: check for $DISPLAY never failszeertzjq2022-12-05
* vim-patch:8.2.3108: test for remote_foreground() failszeertzjq2022-12-05
* vim-patch:8.2.2240: clientserver test fails if full path is usedzeertzjq2022-12-05
* vim-patch:8.2.1197: clientserver test still fails on MS-Windowszeertzjq2022-12-05
* vim-patch:8.2.1195: clientserver test fails on MS-Windowszeertzjq2022-12-05
* fix(lsp): ensure open_logfile is safe for fast events (#21288)Mathias Fußenegger2022-12-04
* Merge pull request #21287 from mfussenegger/lsp-show-documentMathias Fußenegger2022-12-04
|\
| * fix(lsp): call show_document with correct argsMathias Fussenegger2022-12-04
| * refactor(lsp): extract a _create_server method in lsp_specMathias Fussenegger2022-12-04
|/
* fix(lsp): remove workspaceFolders field (#21284)Raphael2022-12-04
* vim-patch:9.0.0610: global interrupt test fails when run under valgrind (#21285)zeertzjq2022-12-04
* vim-patch:9.0.0259: crash with mouse click when not initialized (#21282)zeertzjq2022-12-04
* Merge pull request #21281 from zeertzjq/vim-8.2.4163zeertzjq2022-12-04
|\
| * vim-patch:8.2.4168: disallowing empty function name breaks existing pluginszeertzjq2022-12-04
| * vim-patch:8.2.4163: no error for omitting function name after autoload prefixzeertzjq2022-12-04
|/
* Merge pull request #21279 from zeertzjq/vim-8.2.2182zeertzjq2022-12-04
|\
| * vim-patch:8.2.3292: underscore in very magic pattern causes a hangzeertzjq2022-12-04
| * vim-patch:8.2.3265: smartcase does not work correctly in very magic patternzeertzjq2022-12-04
| * vim-patch:8.2.2295: incsearch does not detect empty pattern properlyzeertzjq2022-12-04
| * vim-patch:8.2.2182: Vim9: value of 'magic' is still relevantzeertzjq2022-12-04
|/
* fix(syntax): correct conceal for annotated code blocks (#21272)Christian Clason2022-12-03
* Merge pull request #21274 from zeertzjq/vim-8.2.3992zeertzjq2022-12-03
|\
| * vim-patch:9.0.0577: buffer underflow with unexpected :finallyzeertzjq2022-12-03
| * vim-patch:9.0.0110: help tag generation picks up words in code exampleszeertzjq2022-12-03
| * test(old): skip Vim9 script with less divergencezeertzjq2022-12-03
| * vim-patch:8.2.4262: some search tests failzeertzjq2022-12-03
| * vim-patch:8.2.4261: accessing invalid memory in a regular expressionzeertzjq2022-12-03
| * vim-patch:8.2.3992: wrong local-additions in the help with language mixzeertzjq2022-12-03
| * test(old): make ":h local-additions" work properly in test_help.vimzeertzjq2022-12-03
|/
* fix(lsp): render <pre>{lang} code blocks and set separator default to false (...Folke Lemaitre2022-12-03
* Merge pull request #21270 from zeertzjq/vim-8.2.1420zeertzjq2022-12-03
|\
| * vim-patch:8.2.1440: debugger code insufficiently testedzeertzjq2022-12-03
| * vim-patch:8.2.1420: test 49 is old stylezeertzjq2022-12-03
|/
* vim-patch:9.0.0322: crash when no errors and 'quickfixtextfunc' is set (#21269)zeertzjq2022-12-03
* Merge pull request #21267 from zeertzjq/vim-8.2.3900zeertzjq2022-12-03
|\
| * vim-patch:partial:8.2.3908: cannot use a script-local function for 'foldtext'zeertzjq2022-12-03
| * vim-patch:8.2.3900: it is not easy to use a script-local function for an optionzeertzjq2022-12-03
| * refactor: make sure getting a callback doesn't modify argumentzeertzjq2022-12-03
|/
* Merge pull request #21266 from zeertzjq/vim-8.2.3889zeertzjq2022-12-03
|\
| * vim-patch:9.0.0990: callback name argument is changed by setqflist()zeertzjq2022-12-03
| * vim-patch:9.0.0805: filetype autocmd may cause freed memory accesszeertzjq2022-12-03
| * vim-patch:8.2.3889: duplicate code for translating script-local function namezeertzjq2022-12-03
|/
* Merge pull request #21154 from clason/vimdoc-injectionsChristian Clason2022-12-02
|\
| * docs(news): add entry for highlighted codeChristian Clason2022-12-02
| * docs(gen): support language annotation in docstringsChristian Clason2022-12-02
| * feat(web): syntax highlighting via highlight.jsChristian Clason2022-12-02
| * docs: add language annotation to Nvim manualChristian Clason2022-12-02
| * feat(help): highlighted codeblocksChristian Clason2022-11-29