diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-19 22:59:27 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-19 22:59:27 +0800 |
| commit | d06770efeff8b9e35d74895fa978fa7de1348eb3 (patch) | |
| tree | 03dfacdf8120b43524c00aa25acc10cb5171b7b7 /after/ftplugin/python.vim | |
| parent | bb242b7699bb64e25b7497385882aff56fd9c32a (diff) | |
add <C-U> in mappings that use command where appropriate
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 0caca7d..f8177db 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> :<C-U>AsyncRun python -u "%"<CR> endif " Do not wrap Python source code. |
