aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/python.vim
diff options
context:
space:
mode:
Diffstat (limited to 'after/ftplugin/python.vim')
-rw-r--r--after/ftplugin/python.vim2
1 files changed, 1 insertions, 1 deletions
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 <silent> <F9> :<C-U>AsyncRun python -u "%"<CR>
+ nnoremap <buffer><silent> <F9> :<C-U>AsyncRun python -u "%"<CR>
endif
" Do not wrap Python source code.