Re: [Bash-completion-devel] Fixed competion of '~' and '~xx' in _filedir_xspec()

2012-09-06 Thread Igor Murzov
Your patch has been applied in commit: http://anonscm.debian.org/gitweb/?p=bash-completion/bash-completion.git;a=commit;h=fdb080ff89195f85e1b76d0752979dfefa777595 Tnank you for the patch. -- Igor On Thu, 6 Sep 2012 01:17:47 +0400 Andrey Pokrovskiy wonder.m...@gmail.com wrote: Sorry for the

Re: [Bash-completion-devel] Fixed competion of '~' and '~xx' in _filedir_xspec()

2012-09-05 Thread Igor Murzov
On Sun, 26 Aug 2012 16:20:37 +0400 wonder.mice wonder.m...@gmail.com wrote: As I understand, this patch solves Please do not expand leading tildes problem when _filedir_xspec is used (for vim, for example). --- diff --git a/bash_completion b/bash_completion index b58e37e..912a8e6 100644

Re: [Bash-completion-devel] Fixed competion of '~' and '~xx' in _filedir_xspec()

2012-08-26 Thread wonder.mice
As I understand, this patch solves Please do not expand leading tildes problem when _filedir_xspec is used (for vim, for example). --- diff --git a/bash_completion b/bash_completion index b58e37e..912a8e6 100644 --- a/bash_completion +++ b/bash_completion @@ -1596,7 +1596,7 @@ _filedir_xspec()