diff options
| author | jdhao <jdhao@hotmail.com> | 2019-12-09 23:22:04 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2019-12-09 23:22:04 +0800 |
| commit | 9d85a46383d8c3d418fbfa339942e6cbbc1f7615 (patch) | |
| tree | 472fca18f1ea0041076a4f2f5d5490726d8b3d96 /after | |
| parent | 62d8266f0778724d8f2510e8b3df9b4d57a29da2 (diff) | |
| parent | 5771a86c0d77d0c56791b78046e314103f526721 (diff) | |
Merge branch 'master' of https://github.com/jdhao/nvim-config
Diffstat (limited to 'after')
| -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 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 |
