refactoring

This commit is contained in:
ManjaroOne666 2018-03-30 23:43:04 +01:00
commit 0b5b97042a
2 changed files with 34 additions and 28 deletions

View file

@ -5,5 +5,5 @@ set expandtab
set shiftround
set autoindent
nnoremap <silent> <buffer> <F5> :call SaveAndExecutePython()<CR>
nnoremap <silent> <buffer> <F5> :call SaveAndExecute('python')<CR>
" vnoremap <silent> <buffer> <F5> :<C-u>call SaveAndExecutePython()<CR>