Skip to content

Commit

Permalink
v0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchengxu committed May 2, 2024
1 parent e939219 commit 567ba61
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 29 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [unreleased]

## [0.53] 2024-5-2

- Introduce `remote_sink` in provider in order to implement the sink function on the Rust side, particularly useful for the providers with static list of source like lsp.
- Add `multi_select` property explicitly in provider, useful for the provider lsp.
- Add `:ClapAction diagnostics.{first,last,next,prev}` for navigating between all kinds of the diagnostics.
Expand Down
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace.package]
authors = ["Liu-Cheng Xu <xuliuchengxlc@gmail.com>"]
version = "0.1.52"
version = "0.1.53"
edition = "2021"
homepage = "https://github.com/liuchengxu/vim-clap"
repository = "https://github.com/liuchengxu/vim-clap.git"
Expand Down
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env pwsh

$version = 'v0.52'
$version = 'v0.53'
$APP = 'maple'
$url = "https://github.com/liuchengxu/vim-clap/releases/download/$version/$APP-"
$output = "$PSScriptRoot\bin\$APP.exe"
Expand Down
2 changes: 1 addition & 1 deletion plugin/clap.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" vim-clap - Modern interactive filter and dispatcher
" Author: Liu-Cheng Xu <xuliuchengxlc@gmail.com>
" Website: https://github.com/liuchengxu/vim-clap
" Version: 0.52
" Version: 0.53
" License: MIT

if exists('g:loaded_clap')
Expand Down

0 comments on commit 567ba61

Please sign in to comment.