mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 11:24:18 +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 {
|
||||
sysroot="$(realpath ../sysroot)"
|
||||
set -x
|
||||
cargo build --target "$TARGET" --release --package editor-orbclient
|
||||
cargo build --target "$TARGET" --release --package editor-orbclient --features vi
|
||||
set +x
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user