there is no escape

This commit is contained in:
Felix Van der Jeugt 2016-03-17 22:56:28 +01:00
parent 3e73f77b4b
commit fee36df107
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
" Interactive
nnoremap <buffer> <Leader>i :terminal python -i '%'<CR>
nnoremap <buffer> <Leader>i :terminal python -i %<CR>
" Lint
function! Pylint()