K.-M. Hansche
-
2012-07-11
Remove ';' from the history tokenizer. It is't a parameter separator in sql anyway.
Allows you insert the last 'parameter' from the last command-line (often a tablename) via ALT-. or Meta-.
Exyample:
select * from longtablename;
delete from M-. (Meta-. expands to: longtablename;)