Thanks to Tony I've got something into my .vimrc. It does not work
because I don't have a clue how to write it properly - please correct
me:

:map <F9> :w<CR>
if filereadable('Makefile')
                make
        else
                !./%
endif<CR>
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to