diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim index f8177db..def7141 100644 --- a/after/ftplugin/python.vim +++ b/after/ftplugin/python.vim @@ -1,5 +1,5 @@ if exists(':AsyncRun') - nnoremap :AsyncRun python -u "%" + nnoremap :AsyncRun python -u "%" endif " Do not wrap Python source code.