File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " languageclient"
3- version = " 0.1.14 "
3+ version = " 0.1.15 "
44authors = [
" Junfeng Li <[email protected] >" ]
55description = " Language Server Protocol (LSP) support for vim and neovim"
66publish = false
Original file line number Diff line number Diff line change 1- $version = ' 0.1.14 '
1+ $version = ' 0.1.15 '
22$name = ' languageclient'
33$url = " https://github.com/autozimu/LanguageClient-neovim/releases/download/$version /"
44$filename = " $name -$version -"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set -o nounset # error when referencing undefined variable
77set -o errexit # exit when command fails
88set -o pipefail
99
10- version=0.1.14
10+ version=0.1.15
1111name=languageclient
1212
1313function try_curl() {
You can’t perform that action at this time.
0 commit comments