##// END OF EJS Templates
catch all exceptions raised by attr_matches completer for expressions with dots
catch all exceptions raised by attr_matches completer for expressions with dots

File last commit:

r0:6f629fcc
r421:d65f73af
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