You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for i in range(1):
for j in range(1):
print 'Hello'
IPython [Using SlimuxREPLSendSelection] -
In [54]: for i in range(1):
....: for j in range(1):
....: print 'Hello'
....:
Hello
*Notice the spaces in my second indentation.
So when i try to indent back and do anything -
vim -
for i in range(1):
for j in range(1):
print 'Hello'
print 'BUG!'
IPython -
In [55]: for i in range(1):
....: for j in range(1):
....: print 'Hello'
....: print 'BUG!'
....:
File "<ipython-input-55-007af182e978>", line 4
print 'BUG!'
^
IndentationError: unindent does not match any outer indentation level
If you want to paste code into IPython, try the %paste and %cpaste magic functions.
IPython version : 4.2.1
vim version : 7.4
Any help would be appreciated, I really want to continue using Slimux.
Thank you.
The text was updated successfully, but these errors were encountered:
This works perfectly fine ;
vim -
IPython [Using SlimuxREPLSendSelection] -
*Notice the spaces in my second indentation.
So when i try to indent back and do anything -
vim -
IPython -
IPython version : 4.2.1
vim version : 7.4
Any help would be appreciated, I really want to continue using Slimux.
Thank you.
The text was updated successfully, but these errors were encountered: