mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 11:38:41 +08:00
Use vi feature with cosmic-text editor
This commit is contained in:
parent
4377f74fe7
commit
7fd0772ea3
@ -4,7 +4,7 @@ BRANCH=main
|
|||||||
function recipe_build {
|
function recipe_build {
|
||||||
sysroot="$(realpath ../sysroot)"
|
sysroot="$(realpath ../sysroot)"
|
||||||
set -x
|
set -x
|
||||||
cargo build --target "$TARGET" --release --package editor-orbclient
|
cargo build --target "$TARGET" --release --package editor-orbclient --features vi
|
||||||
set +x
|
set +x
|
||||||
skip=1
|
skip=1
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user