##// END OF EJS Templates
- Fix autoindent which I had broken......
- Fix autoindent which I had broken... - Remove (they weren't actually used by anything) useless inputcache update calls. - New ipsystem builtin(), similar to ipmagic and ipalias. - Other cleanups.

File last commit:

r0:6f629fcc
r72:061ca2ae
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx