mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 21:40:05 +08:00
8 lines
83 B
Bash
8 lines
83 B
Bash
|
# `%` jumps to fi
|
||
|
if test -z ""; then
|
||
|
echo "cursor_position"
|
||
|
else
|
||
|
true
|
||
|
fi
|
||
|
|