From b65c7c6d702ba0371e917066b55a58cf14f2d1bb Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 26 Sep 2020 09:15:40 +0800 Subject: change vim script style from 4-space indent to 2-space --- after/ftplugin/python.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'after/ftplugin/python.vim') 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 :AsyncRun python -u "%" + nnoremap :AsyncRun python -u "%" endif " Do not wrap Python source code. -- cgit v1.2.3