Describe the bug
when i run spacevim it trapped an error, after debug, people think it happend when the vim script trying to do system('uname -a')
How to reproduce
install spacevim or clone the spacevim repo and ln spacevim to .vim
Expected behavior
system('uname -a') should return a string but idk what happend since the error log of vim is limited.
but when do string(system('uname -a')) the error still exist.
but it runs good on bash
Screenshots
No response
Configuration
| key |
value |
| version |
0.78.0 |
| branch |
makepkg |
| commit_hash |
2ec2028 |
| build_os |
linux-x86_64 |
| build_target |
x86_64-unknown-linux-gnu |
| rust_version |
rustc 1.68.2 (9eb3afe9e 2023-03-27) (Arch Linux rust 1:1.68.2-1) |
| cargo_version |
cargo 1.68.2 |
| build_time |
2023-04-05 02:09:35 +00:00 |
| build_rust_channel |
release |
| features |
default, zip |
| installed_plugins |
|
Additional context
wsdjeg/SpaceVim#4844
Describe the bug
when i run spacevim it trapped an error, after debug, people think it happend when the vim script trying to do
system('uname -a')How to reproduce
install spacevim or clone the spacevim repo and
lnspacevim to.vimExpected behavior
system('uname -a') should return a string but idk what happend since the error log of vim is limited.
but when do
string(system('uname -a'))the error still exist.but it runs good on bash
Screenshots
No response
Configuration
Additional context
wsdjeg/SpaceVim#4844