Results 1 to 1 of 1
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 ...
- 08-13-2009 #1Just Joined!
- Join Date
- May 2007
- Posts
- 7
Vim - execute the file I'm editing
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.


Reply With Quote