From: Sergey Matveev Date: Tue, 11 Jan 2022 17:48:28 +0000 (+0300) Subject: breakpoint() instead of pdb.set_trace() X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=eaa80545a66b7c5175ae32933ef5fbf8f2b355c2 breakpoint() instead of pdb.set_trace() --- 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.*: