##// END OF EJS Templates
Display the length of the input history and the position of the...
Display the length of the input history and the position of the cursor in the input history for the find, findbackwards and goto command.

File last commit:

r0:6f629fcc
r327:a1b1e4ed
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
/ doc / update_version.sh
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 #!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx