Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
5662caad538b297f3b04b890bbd2d9e744d9e399
/
.
/
vim.sh
blob: 10e0724038bf3381427052207bf6268408f32c9e [
file
] [
log
] [
blame
]
#!/system/bin/sh
if
[
"`ttysize`"
=
"0 0"
];
then
# call busybox resize to allow vim fullscreen
resize
# export COLUMNS=`stty size | cut -d " " -f 2`
# export LINES=`stty size | cut -d " " -f 1`
# echo "$COLUMNS x $LINES"
fi
vim $
*