terrychou / iVim

A vim port to iOS.
598 stars 35 forks source link

Feature request: tell :ipreview what kind of file it is #211

Closed anjiro closed 3 years ago

anjiro commented 3 years ago

It would be nice to be able to specify a file type for :ipreview; for example, I have .wiki files that are really Markdown. Something like :ipreview -f md [path].

terrychou commented 3 years ago

Thanks for the suggestion! Option "-e or --extension" has been added for this. It will be available in the next update.

anjiro commented 3 years ago

Cool, thanks!