##// END OF EJS Templates
accidentally broke autoindent, fixed.
fperez -
Show More
@@ -6,7 +6,7 b' Requires Python 2.1 or newer.'
6
6
7 This file contains all the classes and helper functions specific to IPython.
7 This file contains all the classes and helper functions specific to IPython.
8
8
9 $Id: iplib.py 976 2005-12-30 01:02:09Z fperez $
9 $Id: iplib.py 977 2005-12-30 01:23:52Z fperez $
10 """
10 """
11
11
12 #*****************************************************************************
12 #*****************************************************************************
@@ -1676,6 +1676,7 b' want to merge them back into the new files.""" % locals()'
1676 self._last_input_line = line
1676 self._last_input_line = line
1677
1677
1678 #print '***line: <%s>' % line # dbg
1678 #print '***line: <%s>' % line # dbg
1679 self.autoindent_update(line)
1679
1680
1680 # the input history needs to track even empty lines
1681 # the input history needs to track even empty lines
1681 if not line.strip():
1682 if not line.strip():
General Comments 0
You need to be logged in to leave comments. Login now