From 42751cb1dd9cff3090a7552926eb8871e83e3c14 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 26 Nov 2020 21:13:07 +0800 Subject: [PATCH] make mapping buffer local --- after/ftplugin/python.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim index f8177db..def7141 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.