Wed Jan 23 00:27:10 AST 2008  Nick Pilon <[EMAIL PROTECTED]>
  * command-subsection-enable
  Enables reading of command descriptions from commands that are in subsections 
of man section 1 or 8 (IE, section 1m).
New patches:

[command-subsection-enable
Nick Pilon <[EMAIL PROTECTED]>**20080123042710
 Enables reading of command descriptions from commands that are in subsections of man section 1 or 8 (IE, section 1m).
] {
hunk ./share/functions/__fish_describe_command.fish 9
-			if (names[name] ~ /^'"$argv"'.* *\([18]\)/ ) {
-				sub( "( |\t)*\\\([18]\\\)", "", names[name] );
+			if (names[name] ~ /^'"$argv"'.* *\([18][[:alpha:]]*\)/ ) {
+				sub( "( |\t)*\\\([18][[:alpha:]]*\\\)", "", names[name] );
}

Context:

[Add completions for m4
[EMAIL PROTECTED] 
[Add completions for badblocks
[EMAIL PROTECTED] 
[Add completions for Battle of Wesnoth
[EMAIL PROTECTED] 
[Improve documentaion for bind builtin, clarify how to specify key sequences.
[EMAIL PROTECTED] 
[Add simple git completions by Diggory Hardy
[EMAIL PROTECTED] 
[Fix spelling in docs and add a help page for the funced builtin. These changes where suggested by Emanuele Rusconi.
[EMAIL PROTECTED] 
[Search for command-not-found in PATH on startup, since older implementations place it there
[EMAIL PROTECTED] 
[In prompt_pwd, if a directory name starts with a dot, include first two characters. This patch was written by Denilson F. de Sá
[EMAIL PROTECTED] 
[Remove useless stray argument in function call
[EMAIL PROTECTED] 
[Correct completions for the function builtin
[EMAIL PROTECTED] 
[Add more documentation on events
[EMAIL PROTECTED] 
[Fix minor bug, PWD was incorrectly set on startup
[EMAIL PROTECTED] 
[Drop vim feature of only completing text and gzip files
[EMAIL PROTECTED] 
[Improve code comment
[EMAIL PROTECTED] 
[Add an extra input validation check
[EMAIL PROTECTED] 
[Improve error messages on failed execve calls a bit more
[EMAIL PROTECTED] 
[Oops. Made a minor but important typo in previous cleanup patch. :-(
[EMAIL PROTECTED] 
[Drop minor typo, add a few code comments
[EMAIL PROTECTED] 
[Add support for the Ubuntu 'command-no-found' handler, which suggests a package to install in order to get a command.
[EMAIL PROTECTED] 
[Handle case insensitive completions of variables better
[EMAIL PROTECTED] 
[The max size of the string buffer was too small. Push it up a bit.
[EMAIL PROTECTED] 
[Fixed various spelling errors.
James Vega <[EMAIL PROTECTED]>**20080113200151] 
[Add canse insensitive tilde completion
[EMAIL PROTECTED] 
[Improve Doxygen documentation generation a bit
[EMAIL PROTECTED] 
[Make sure fish_indent handles io erros
[EMAIL PROTECTED] 
[Add lots of new code comments.
[EMAIL PROTECTED] 
[TAG 1.23.0
[EMAIL PROTECTED] 
Patch bundle hash:
7762c8cddffc74c164aa60d675497f33fb406377
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to