From: Philippe Hürlimann Date: Sun, 26 Sep 2021 16:31:56 +0000 (+0200) Subject: Assume that I'm running ipython when using python with slime X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=7baf11c700d17ff87a747eb327f42d15e8906bc5;p=vimfiles.git Assume that I'm running ipython when using python with slime --- diff --git a/ftplugin/python.vim b/ftplugin/python.vim new file mode 100644 index 0000000..770987f --- /dev/null +++ b/ftplugin/python.vim @@ -0,0 +1 @@ +let g:slime_python_ipython = 1