mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 03:25:03 +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
|
// See bin/generate_autocmds.py
|
||||||
|
|
||||||
enum NvimAutoCommandEvent: Int {
|
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
|
// See bin/generate_cursor_shape.py
|
||||||
|
|
||||||
public enum CursorModeShape: UInt {
|
public enum CursorModeShape: UInt {
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -Eeuo pipefail
|
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."}
|
readonly use_committed_nvim=${use_committed_nvim:?"If true, checkout the committed version of nvim, otherwise use the workspace."}
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
@ -23,7 +24,6 @@ main() {
|
|||||||
nvim_version="v$major.$minor.$patch$prerelease"
|
nvim_version="v$major.$minor.$patch$prerelease"
|
||||||
echo "### Using nvim version: $nvim_version"
|
echo "### Using nvim version: $nvim_version"
|
||||||
|
|
||||||
local -r -x build_deps=false
|
|
||||||
./NvimServer/bin/build_libnvim.sh
|
./NvimServer/bin/build_libnvim.sh
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user