aboutsummaryrefslogtreecommitdiff
path: root/after/ftplugin/python.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-09-26 09:15:40 +0800
committerjdhao <jdhao@hotmail.com>2020-09-26 09:15:40 +0800
commitb65c7c6d702ba0371e917066b55a58cf14f2d1bb (patch)
tree801a9cab3e33120ee8a7781c1ccb28522b59b269 /after/ftplugin/python.vim
parentc248ab02d40249479ca5c0f75ae580e5f2074239 (diff)
change vim script style from 4-space indent to 2-space
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 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.