From e70e9513a82a817edf35c86cb8b7f5ff2736c771 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 21 Jun 2008 14:11:39 +0000 Subject: Simple tab completion of option names in command prompt. --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index e9fe5837..7f579bf3 100644 --- a/TODO +++ b/TODO @@ -77,6 +77,8 @@ - document buffer stuff - copy-mode enhancements: next word etc etc - problems with force-width when wrapping line in emacs? +- options parsing could be much more generic, opening the way for abbreviation + and tab completion of option names --- save-buffer -b number filename load-buffer -b number filename -- cgit