aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/python.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2019-12-09 23:22:04 +0800
committerjdhao <jdhao@hotmail.com>2019-12-09 23:22:04 +0800
commit9d85a46383d8c3d418fbfa339942e6cbbc1f7615 (patch)
tree472fca18f1ea0041076a4f2f5d5490726d8b3d96 /after/ftplugin/python.vim
parent62d8266f0778724d8f2510e8b3df9b4d57a29da2 (diff)
parent5771a86c0d77d0c56791b78046e314103f526721 (diff)
Merge branch 'master' of https://github.com/jdhao/nvim-config
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 a0bc092..67eb0c8 100644
--- a/after/ftplugin/python.vim
+++ b/after/ftplugin/python.vim
@@ -1,3 +1,3 @@
if exists(':AsyncRun')
- nnoremap <silent> <F9> :AsyncRun python "%"<CR>
+ nnoremap <silent> <F9> :AsyncRun python -u "%"<CR>
endif