Move to end of current token on completion

darcs-hash:20060311115612-ac50b-70f15c50b6cb8ad89d84ae6c8a3ffc4b7551223b.gz
This commit is contained in:
axel
2006-03-11 21:56:12 +10:00
parent 0d56818664
commit 83d05f9170
2 changed files with 11 additions and 3 deletions

View File

@@ -1191,7 +1191,6 @@ g++, javac, java, gcj, lpr, doxygen, whois, find)
- Do not actually load/parse .fish_history, only mmap it and use some clever string handling. Should save ~150 kB of memory permanently, but is very hard to implement.
- command specific wildcarding (use case * instead of case '*', etc.)
- show the whole list of commands on using tab on an empty commandline
- Automatically move cursor to the end of the current token before completing
- Map variables. (export only the values. When expanding with no key specified, expand to all values.)
- Descriptions for variables using 'set -d'.
- Parse errors should when possible honor IO redirections