Vim/Konfiguracja: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Rofrol (dyskusja | edycje)
Rofrol (dyskusja | edycje)
Linia 175:
autocmd VimEnter * tab all
autocmd BufAdd * exe 'tablast | tabe "' . expand( "<afile") .'"'
"evaluate line in bash
function Eval_line( )
:let start=line( '.' )
:exe "!eval" getline(start)
endfunction
map <F3> :call Eval_line()
 
"evaluate line in bash