Results 10 comments of Swaroop CH

Very useful. Thank you for this writeup. One thing that I was looking for was whether the api creation / deployment of lambda could be automated, and it looks like...

Agree with @bfontaine ! Thanks @piotr-yuxuan :-)

+1, facing the same issue :(

@iphoting Instructions please?

@orschiro Dou have `multimarkdown` binary installed and added to the `PATH` environment variable i.e. available as a command?

@orschiro You can edit line at https://github.com/swaroopch/vim-markdown-preview/blob/master/ftplugin/markdown.vim#L26 - change "multimarkdown" to "markdown" and try it. I have updated the README noting the dependency.

@orschiro Use the following and see whether it has any effect: ``` vim function! s:open_file(filename) if has('mac') || has('macunix') call system("open " . fnameescape(a:filename)) elseif has('unix') call system("gnome-open " ....

@orschiro Can you use [`:echo`](http://vimhelp.appspot.com/eval.txt.html) to print the result of `fnameescape(a:filename)` and then run `start ` in the DOS prompt and see what happens?

@orschiro You'll have to do the `echo` within the function.

@CyberOPS This looks great, can you please send a pull request?