aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | vim-patch:8.2.4188: not all gitconfig files are recognized (#17178)Christian Clason2022-01-23
| * | | | | | | | | | | | | | | | | vim-patch:8.2.4191: json5 files are not recognized (#17180)dundargoc2022-01-23
| * | | | | | | | | | | | | | | | | vim-patch:8.2.4187: gnuplot file not recognized (#17177)Christian Clason2022-01-23
| |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Merge pull request #17169 from clason/bump-treesitterThomas Vigouroux2022-01-22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | build(deps): bump tree-sitter to v0.20.3Christian Clason2022-01-22
| |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Merge pull request #16936 from zeertzjq/no-escape-csibfredl2022-01-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | refactor: remove CSI unescaping and clean up related names and commentszeertzjq2022-01-21
| | * | | | | | | | | | | | | | | | refactor: remove the <xCSI> keyzeertzjq2022-01-21
| | * | | | | | | | | | | | | | | | fix(input): never escape CSI byteszeertzjq2022-01-21
| | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Merge pull request #17076 from notomo/expose-extmark-more-detailsbfredl2022-01-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | feat(api): expose extmark more detailsnotomo2022-01-20
| * | | | | | | | | | | | | | | | | vim-patch:8.2.4172: filetype detection for BASIC is not optimal (#17161)Christian Clason2022-01-21
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | docs(lsp): fix on_publish_diagnostics example (#17146)xnmet2022-01-21
| * | | | | | | | | | | | | | | | feat(lsp): add handler for workspace/workspaceFolders (#17149)Michael Lingelbach2022-01-21
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | test(put_spec): correctly order parameters to eq() (#17134)zeertzjq2022-01-19
| * | | | | | | | | | | | | | | Merge pull request #17130 from clason/bump-treesitterThomas Vigouroux2022-01-19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | build(deps): bump tree-sitterChristian Clason2022-01-18
| | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * / | | | | | | | | | | | | | refactor: source ftplugin.vim separately from filetype.vim (#17129)Gregory Anders2022-01-18
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | refactor: enable filetype detection before user startup scripts (#17040)Gregory Anders2022-01-17
| * | | | | | | | | | | | | | fix(man.vim): support calling :Man without a section again (#17119)zeertzjq2022-01-17
| * | | | | | | | | | | | | | Merge pull request #16813 from neovim/marvim/api-doc-update/masterJames McCoy2022-01-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | docs: regenerate [skip ci]marvim2022-01-17
| * | | | | | | | | | | | | | | Merge pull request #17125 from jamessan/auto-prs-as-draftJames McCoy2022-01-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | ci: create automated PRs as draft PRsJames McCoy2022-01-17
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge pull request #17122 from dundargoc/ci/remove-non-working-jobJames McCoy2022-01-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | ci: remove non-working add-reviewer jobDundar Göc2022-01-17
| * | | | | | | | | | | | | | | Merge pull request #17106 from jamessan/always-run-commitlintJames McCoy2022-01-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | ci(api-docs): avoid running ci for doc commitsJames McCoy2022-01-17
| | * | | | | | | | | | | | | | ci(commitlint): use pull_request_target to avoid "skip ci"James McCoy2022-01-17
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | perf(lsp): request only changed portions of the buffer in changetracking (#17...Michael Lingelbach2022-01-17
| * | | | | | | | | | | | | | vim-patch:fd31be29b822 (#17114)Christian Clason2022-01-17
| * | | | | | | | | | | | | | Merge pull request #15242 from dundargoc/docs/vim-patch/move-outsite-of-getti...bfredl2022-01-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | docs: deprioritize vim-patch as a good beginner taskDundar Göc2022-01-16
| |/ / / / / / / / / / / / /
| * / / / / / / / / / / / / fix(lsp): avoid nil workspace/symbol query (#17107)Daniel Steinberg2022-01-15
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | fix(lsp): fetch offset_encoding from client in references (#17104)Michael Lingelbach2022-01-15
| * | | | | | | | | | | | Merge pull request #16836 from bfredl/mark2bfredl2022-01-15
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | refactor(extmarks): use a more efficient representationBjörn Linse2022-01-15
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | feat: use nvim_buf_set_extmark for vim.highlight (#16963)Michael Lingelbach2022-01-15
| * | | | | | | | | | | | Merge pull request #17001 from mjlbach/feat/non-strict-extmarksbfredl2022-01-15
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Hopefully last attemptMichael Lingelbach2022-01-15
| | * | | | | | | | | | | Address review r3Michael Lingelbach2022-01-15
| | * | | | | | | | | | | Address review r2Michael Lingelbach2022-01-12
| | * | | | | | | | | | | Address 'review'Michael Lingelbach2022-01-12
| | * | | | | | | | | | | feat(extmarks): add strict optionMichael Lingelbach2022-01-08
| * | | | | | | | | | | | vim-patch:8.2.4095: sed script not recognized by the first line (#17101)Christian Clason2022-01-15
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | feat(lsp): dynamically generate list title in response_to_list (#17081)Gregory Anders2022-01-14
| * | | | | | | | | | | fix(filetype): expand tildes in filetype patterns (#17091)Gregory Anders2022-01-14
| * | | | | | | | | | | Merge pull request #16998 from zeertzjq/lua-vim-var-funcrefbfredl2022-01-14
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | feat(api, lua): more conversions between LuaRef and Vim Funcrefzeertzjq2022-01-13
| * | | | | | | | | | | | fix(lsp): always split text edits on \r, \r\n, and \n (#17087)Michael Lingelbach2022-01-14