##// END OF EJS Templates
Merge pull request #13227 from meeseeksmachine/auto-backport-of-pr-13225-on-7.x...
Matthias Bussonnier -
r26963:cb44564b merge
parent child Browse files
Show More
@@ -305,7 +305,7 b' History:'
305
305
306 _i, _ii, _iii : Previous, next previous, next next previous input
306 _i, _ii, _iii : Previous, next previous, next next previous input
307 _i4, _ih[2:5] : Input history line 4, lines 2-4
307 _i4, _ih[2:5] : Input history line 4, lines 2-4
308 exec _i81 : Execute input history line #81 again
308 exec(_i81) : Execute input history line #81 again
309 %rep 81 : Edit input history line #81
309 %rep 81 : Edit input history line #81
310 _, __, ___ : previous, next previous, next next previous output
310 _, __, ___ : previous, next previous, next next previous output
311 _dh : Directory history
311 _dh : Directory history
General Comments 0
You need to be logged in to leave comments. Login now