diff options
Diffstat (limited to 'after/ftplugin/python.vim')
| -rw-r--r-- | after/ftplugin/python.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim index f842275..0caca7d 100644 --- a/after/ftplugin/python.vim +++ b/after/ftplugin/python.vim @@ -1,5 +1,5 @@ if exists(':AsyncRun') - nnoremap <silent> <F9> :AsyncRun python -u "%"<CR> + nnoremap <silent> <F9> :AsyncRun python -u "%"<CR> endif " Do not wrap Python source code. |
