From eaa80545a66b7c5175ae32933ef5fbf8f2b355c2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 11 Jan 2022 20:48:28 +0300 Subject: [PATCH] breakpoint() instead of pdb.set_trace() --- vim/.vim/ftplugin/python/autos.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vim/ftplugin/python/autos.vim b/vim/.vim/ftplugin/python/autos.vim index caf52b8..e956d2b 100644 --- a/vim/.vim/ftplugin/python/autos.vim +++ b/vim/.vim/ftplugin/python/autos.vim @@ -7,6 +7,6 @@ iabbrev kargs *args, **kwargs iabbrev pyldis # pylint: disable= iabbrev deff def () -> None:F(i nmap ss :set lazyredrawvip:sort u:'<,'>sort i:set nolazyredraw -let @b = ">gvctry:<>k>>kP" +let @b = ">gvctry:<>k>>kP" let @n = "ddV/except.*: