Minor comment edits and removal of a warning

darcs-hash:20061118212459-ac50b-d6f4dddb560b4815ca850f9e9c3e8d7a5cf5ea70.gz
This commit is contained in:
axel
2006-11-19 07:24:59 +10:00
parent eb3c99c54e
commit dd061b1dda
5 changed files with 4 additions and 6 deletions

View File

@@ -1325,8 +1325,6 @@ g++, javac, java, gcj, lpr, doxygen, whois, find)
- Reduce the space of the pager by one line to allow the commandline to remain visible.
- down-arrow could be used to save the current command to the history. Or give the next command in-sequnce. Or both.
- A pretty-printer.
- Help messages for builtin should not be compiled into fish, they should be kept in a separate directory
- Shellscript functions should be able to show help on the commandline instead of launching a browser
- Drop support for inputrc-files. Use shellscripts and the bind builtin. Also, redo the syntax for the bind builtin to something more sane.
- History could reload itself when the file is updated. This would need to be done in a clever way to avoid chain reactions
- The error function should probably be moved into it's own library, and be made mere general purpose.