momodalo / vimtouch

vimtouch
Apache License 2.0
349 stars 71 forks source link

No color in Android terminal #40

Closed mcandre closed 11 years ago

mcandre commented 11 years ago

I can run vi from the command line using Android Terminal Emulator, but when I do, no colors for syntax highlighting show up.

If I try to manually enter :colorscheme molokai, vi says 'colorscheme' not implemented.

Please add the colorscheme feature for full runtime.

momodalo commented 11 years ago

The vi inside of Android Terminal Emulator isn't included in VimTouch. It belongs the other package. Maybe Android Terminal Emulator or busybox. VimTouch runtime is only used in VimTouch app.

mcandre commented 11 years ago

Can you help me track down the source of vi inside Android Terminal Emulator? BusyBox doesn't appear to include vi, nor does Android Terminal Emulator.

I'm thinking that maybe a slimmed down version of vi is included by default in Android, but I'm not sure.

momodalo commented 11 years ago

It's a GUI program integrated with real vim runtime like gvim or macvim. The command line was provided by the other package.

mcandre commented 11 years ago

Ah, BusyBox is the source of vi. Thank you!