aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | vim-patch:9.0.1062: some test function names do not match what they are doing...zeertzjq2022-12-16
| * | | ci: add team reviewers (#21434)dundargoc2022-12-15
| * | | Merge pull request #21426 from williamboman/fix/tbl_get-nil-return-valLewis Russell2022-12-15
| |\ \ \
| | * | | fix(lua): always return nil values in vim.tbl_get when no resultsWilliam Boman2022-12-15
| |/ / /
| * | | fix(ts): check buffer is loaded when restoring options (#21419)Lewis Russell2022-12-14
| * | | vim-patch:9.0.1057: conflict between supercollider and scala filetype detecti...Christian Clason2022-12-14
| * | | fix(terminal): fix 'mousescroll' not respected in terminal mode (#21415)zeertzjq2022-12-14
| * | | fix(treesitter): properly restore `'syntax'` (#21358)Lewis Russell2022-12-14
| * | | vim-patch:9.0.1051: after a failed CTRL-W ] next command splits window (#21400)zeertzjq2022-12-13
| | |/ | |/|
| * | vim-patch:9.0.0530: using freed memory when autocmd changes mark (#21396)zeertzjq2022-12-13
| * | docs: remove "How-to disable mouse" menu item #21394zeertzjq2022-12-12
| |/
| * Merge pull request #21375 from nojnhuh/highlight-testbfredl2022-12-12
| |\
| | * fix(tests): initialize Screen.colors in API highlight testsJon Huhn2022-12-10
| * | feat(lsp): highlight semantic token modifiers (#21390)Christian Clason2022-12-12
| * | perf(lsp): update semantic tokens algorithm for parsing modifiers (#21383)jdrouhard2022-12-12
| * | fix(diff): handle long lines without crashing (#21389)Lewis Russell2022-12-12
| * | docs: add links to extmarks and namespaces (#21378)ii142022-12-12
| * | fix: vim.opt_local:append ignoring global option value (#21382)Phelipe Teles2022-12-12
| * | vim-patch:7db29e4b5c3a (#21380)Christian Clason2022-12-12
| * | docs #20986Justin M. Keyes2022-12-11
| * | docs: fix typos (#21328)dundargoc2022-12-12
| * | vim-patch:9.0.1047: matchparen is slow (#21379)zeertzjq2022-12-11
| * | vim-patch:8.2.2870: CmdlineChange event triggered twice for CTRL-R (#21361)zeertzjq2022-12-11
| |/
| * fix(api): set correct curbuf when temporarily changing curwin (#21371)zeertzjq2022-12-10
| * fix(lsp): ignore null responses for semanticTokens request (#21364)fsouza2022-12-10
| * Merge pull request #21363 from jamessan/fuse-vim-patchesJames McCoy2022-12-09
| |\
| | * fix(vim-patches): ensure libfuse is installedJames McCoy2022-12-09
| * | fix(events): skip WinScrolled for newly-created float windows (#21333)zeertzjq2022-12-10
| * | fix(lsp): fix get_active_clients bufnr parameter (#21366)Mathias Fußenegger2022-12-09
| * | fix(lsp): correct some type annotations (#21365)Mathias Fußenegger2022-12-09
| |/
| * vim-patch:9.0.1038: function name does not match what it is used for (#21359)zeertzjq2022-12-09
| * fix(lsp): followup fixes for semantic tokens support (#21357)jdrouhard2022-12-09
| * vim-patch:9.0.0238: Shift-Tab shows matches on cmdline when 'wildmenu' is off...zeertzjq2022-12-09
| * test: convert another test in test_matchadd_conceal.vim to Lua (#21353)zeertzjq2022-12-09
| * vim-patch:8.2.4387: command line completion doesn't always work properly (#21...zeertzjq2022-12-09
| * Merge pull request #21350 from zeertzjq/vim-8.2.4366zeertzjq2022-12-09
| |\
| | * vim-patch:8.2.4376: not enough tests for command line completionzeertzjq2022-12-09
| | * vim-patch:8.2.4366: not enough tests for command line completionzeertzjq2022-12-09
| |/
| * test(old): change $TMPDIR from Xtest-tmpdir to X-test-tmpdir (#21346)zeertzjq2022-12-09
| * Merge pull request #21348 from zeertzjq/vim-9.0.1036zeertzjq2022-12-09
| |\
| | * test(undo_spec): add more tests for writing in Insert modezeertzjq2022-12-09
| | * vim-patch:9.0.1036: undo misbehaves when writing from an insert mode mappingzeertzjq2022-12-09
| |/
| * docs: dark/light color/accessibilty pass for generated html docs #21345Dave Lage2022-12-08
| * fix(chansend): sending lines to terminal in reverse order on Windows #19315Enan Ajmain2022-12-08
| * Merge pull request #21338 from zeertzjq/vim-9.0.1030zeertzjq2022-12-09
| |\
| | * vim-patch:9.0.1032: test fails when terminal feature is missingzeertzjq2022-12-09
| | * vim-patch:9.0.1030: using freed memory with the cmdline popup menuzeertzjq2022-12-09
| |/
| * Merge pull request #21100 from jdrouhard/lsp_semantic_tokensGregory Anders2022-12-08
| |\
| | * feat(lsp): initial support for semantic token highlightingJohn Drouhard2022-12-08
| | * refactor(test): create an lsp-specific helpers.lua fileJohn Drouhard2022-12-08
| |/