Hello,
how can i execute the file, that I'm editing at the moment in vim.
I don't mean something like this:
:!scriptname

I need a command that will save the file, in some buffer or temporary file, then will make it executable and run it. At the end I wish to map it to F1 for example.