mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-23 19:21:53 +03:00
Generate sources
This commit is contained in:
parent
15a9074dcf
commit
0301919b7c
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user