Commit Graph

6 Commits

Author SHA1 Message Date
Qi Xiao
ea3360c3b1 Get rid of edit.BoundFunc.
Editor builtins now implement eval.FnValue directly, and there is a
quick path in (*Editor).CallFn to skip redirections when calling an
editor builtin.
2016-09-15 15:22:47 +02:00
Qi Xiao
94964acdf7 edit: Reorganize 2016-09-15 14:54:43 +02:00
Qi Xiao
83f68a6ab3 Builtins now accept options as well. 2016-09-15 02:45:44 +02:00
Qi Xiao
ad92eb319e Add le:before-readline, a list of fn's called before each readline.
This fixes #203.
2016-09-07 20:51:55 +02:00
Qi Xiao
1895a37073 Lots of renames. 2016-03-02 01:35:13 +01:00
Qi Xiao
b56aa4dd47 Move things. 2016-02-28 01:56:17 +01:00