1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-23 19:21:53 +03:00

Generate sources

This commit is contained in:
Tae Won Ha 2022-06-26 18:28:01 +02:00
parent 15a9074dcf
commit 0301919b7c
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// Auto generated for nvim v0.7.0
// Auto generated for nvim v0.7.2
// See bin/generate_autocmds.py
enum NvimAutoCommandEvent: Int {

View File

@ -1,4 +1,4 @@
// Auto generated for nvim v0.7.0
// Auto generated for nvim v0.7.2
// See bin/generate_cursor_shape.py
public enum CursorModeShape: UInt {

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -Eeuo pipefail
readonly clean=${clean:?"true or false"}
readonly use_committed_nvim=${use_committed_nvim:?"If true, checkout the committed version of nvim, otherwise use the workspace."}
main() {
@ -23,7 +24,6 @@ main() {
nvim_version="v$major.$minor.$patch$prerelease"
echo "### Using nvim version: $nvim_version"
local -r -x build_deps=false
./NvimServer/bin/build_libnvim.sh
popd > /dev/null