Maxime Coste
|
419d5691a1
|
add a try command
use try <commands...> catch <failure_commands...>
|
2012-06-04 14:27:34 +00:00 |
|
Maxime Coste
|
f972428823
|
The def command do not override commands by default, use -allow-override
|
2012-06-02 15:49:35 +00:00 |
|
Maxime Coste
|
02c89022e4
|
Correctly set env vars in define_command
|
2012-05-29 05:43:09 +00:00 |
|
Maxime Coste
|
d599542473
|
Support -shell-completion option in the def command
-shell-completion takes some shell code as parameter which
should returns a newline separated list of completion candidates.
|
2012-05-29 05:22:18 +00:00 |
|
Maxime Coste
|
e57ddd3bab
|
Factorize some duplicated completer code in register_commands
|
2012-05-29 03:34:54 +00:00 |
|
Maxime Coste
|
1257d432b4
|
the 'menu' commands now takes an optional -auto-single option
-auto-single tell the 'menu' command not to prompt when there
is only a single choice, and to automatically execute it's
command.
|
2012-05-28 23:50:11 +00:00 |
|
Maxime Coste
|
d96427b831
|
Add a delbuf (db) command which delete an existing buffer
|
2012-05-28 22:51:12 +00:00 |
|
Maxime Coste
|
393b9b24e2
|
Unify command parameter parsing with a ParametersParser class
|
2012-05-25 05:07:37 +00:00 |
|
Maxime Coste
|
5f2471c147
|
add an initial menu command, which presents several choices to users
usage is "menu 'label1' 'command1' 'label2' 'command2' ..."
|
2012-05-18 05:20:46 +00:00 |
|
Maxime Coste
|
ff86d9781d
|
move commands to commands.{cc,hh}
|
2012-05-07 03:13:34 +00:00 |
|