aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | fix(filetype): fix foam pattern detectionGregory Anders2022-01-13
| * | | | | | | | | | | | feat(filetype.lua): fix .cc file not detectedrhcher2022-01-13
| * | | | | | | | | | | | feat(filetype.lua): add support for files under .gitSanchayan Maity2022-01-13
| * | | | | | | | | | | | feat(filetype.lua): add support for patch filesSanchayan Maity2022-01-13
| * | | | | | | | | | | | feat(filetype.lua): add support for tmux.conf filesGary Sentosa2022-01-13
| * | | | | | | | | | | | feat(filetype.lua): fix .env file not detectedGary Sentosa2022-01-13
|/ / / / / / / / / / / /
* | | | | | | | | | | | vim-patch:8.2.4077: not all Libsensors files are recognized (#17080)Christian Clason2022-01-13
* | | | | | | | | | | | fix(lsp): forward offset_encoding in rename handler (#17079)Michael Lingelbach2022-01-13
* | | | | | | | | | | | fix(lsp): forward offset_encoding to apply_text_edits (#17075)Michael Lingelbach2022-01-13
* | | | | | | | | | | | Merge pull request #17034 from zeertzjq/compl-lua-selectbfredl2022-01-13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | feat(completion): support selecting item via API from Lua mappingzeertzjq2022-01-11
* | | | | | | | | | | | | fix(lsp): strictly enforce passing offset encoding (#17049)Michael Lingelbach2022-01-13
* | | | | | | | | | | | | fix(lsp): handle negative activeSignature in signatureHelp (#17064)Mathias Fußenegger2022-01-13
* | | | | | | | | | | | | fix(lsp): fix applying multiple out-of-range TextEdits (#17037)hrsh7th2022-01-13
| |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #16945 from theHamsta/cached-queriesThomas Vigouroux2022-01-13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | perf(treesitter): cache query parsingStephan Seitz2022-01-06
* | | | | | | | | | | | | fix(keywordprg): retain terminal buffer after K (#17046)Daniel Steinberg2022-01-12
* | | | | | | | | | | | | Merge pull request #17058 from clason/bump-treesitterThomas Vigouroux2022-01-12
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | build(deps): bump treesitter to commit bf210f0Christian Clason2022-01-12
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #17054 from jamessan/debug-publish-issuesJames McCoy2022-01-12
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ci(release): enable gh's api debug logs when creating the releaseJames McCoy2022-01-12
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #17045 from gpanders/diagnostic-fixupsGregory Anders2022-01-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | feat(diagnostic): allow retrieving current diagnostic configGregory Anders2022-01-11
| * | | | | | | | | | | | fix(diagnostic): only set default handler config if unsetGregory Anders2022-01-11
| * | | | | | | | | | | | fix(diagnostic): allow setting arbitrary config valuesGregory Anders2022-01-11
| * | | | | | | | | | | | fix(diagnostic): resolve nil opts tablesGregory Anders2022-01-11
|/ / / / / / / / / / / /
* | | | | | | | | | | | vim-patch:8.2.4064: foam files are not detected (#17041)Christian Clason2022-01-11
* | | | | | | | | | | | refactor(lsp): debounce timer per buf and unify with non-debounce (#17016)Mathias Fußenegger2022-01-11
* | | | | | | | | | | | Merge pull request #16962 from f380cedric/vim-8.2.3409Thomas Vigouroux2022-01-11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | vim-patch:8.2.3409: reading beyond end of line with invalid utf-8 characterf380cedric2022-01-06
| |/ / / / / / / / / / /
* | | | | | | | | | | | vim-patch:2f0936cb9a2e (#17007)Christian Clason2022-01-11
* | | | | | | | | | | | Merge pull request #16961 from f380cedric/vim-8.2.3582Thomas Vigouroux2022-01-11
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | vim-patch:8.2.3582: reading uninitialized memory when giving spell suggestionsf380cedric2022-01-06
| |/ / / / / / / / / /
* | | | | | | | | | | fix(man.vim): fix search function on some systems (#13709)Will Eccles2022-01-10
* | | | | | | | | | | fix(lsp): ensure pending changes are flushed on skipped debounce (#17015)Mathias Fußenegger2022-01-10
* | | | | | | | | | | Merge pull request #17025 from zeertzjq/compl-k-luabfredl2022-01-10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix(completion): prevent K_LUA from closing pumzeertzjq2022-01-10
* | | | | | | | | | | | Merge pull request #17006 from vigoux/tree-sitter-allocThomas Vigouroux2022-01-10
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | feat(treesitter): set allocator when possibleThomas Vigouroux2022-01-09
* | | | | | | | | | | | Merge pull request #17013 from dundargoc/ci/continue-on-errorJames McCoy2022-01-09
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ci: add a continue-on-error to the add-reviewer jobsDundar Göc2022-01-09
* | | | | | | | | | | | | Merge pull request #16849 from dundargoc/refactor/pvs/v1048bfredl2022-01-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | refactor(PVS/V1048): ignore "assigned the same value" warningDundar Göc2022-01-08
* | | | | | | | | | | | | test: use old style test for testing filetype.lua (#17003)Gregory Anders2022-01-09
* | | | | | | | | | | | | fix(api): validate user_command name (#17004)Lewis Russell2022-01-09
* | | | | | | | | | | | | Merge pull request #16965 from dundargoc/ci/add-reviewer-based-on-labelJames McCoy2022-01-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | ci: add reviewer based on labelDundar Göc2022-01-09
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #16983 from dundargoc/test/add-vimruntime-variableJames McCoy2022-01-08
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | test: add VIMRUNTIME variable to the clear functionDundar Göc2022-01-08
* | | | | | | | | | | | | Merge pull request #17000 from dundargoc/ci/use-continue-on-errorJames McCoy2022-01-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |