Bug#542430: [vim] vim try to expand files or directories that contain ~ (when using tcsh shell)

2009-11-03 Thread James Vega
On Thu, Aug 20, 2009 at 9:28 AM, James Vega james...@debian.org wrote: On Wed, Aug 19, 2009 at 05:55:54PM +0200, gregory hainaut wrote: Please find attached a patch that seems solve the problem not sure it is the good solution (and works in all situations). Maybe a solution will be to escaped

Bug#542430: [vim] vim try to expand files or directories that contain ~ (when using tcsh shell)

2009-08-20 Thread James Vega
On Wed, Aug 19, 2009 at 05:55:54PM +0200, gregory hainaut wrote: Please find attached a patch that seems solve the problem not sure it is the good solution (and works in all situations). Maybe a solution will be to escaped ~ like '\~' before sending to the tcsh shell. This looks good to me.

Bug#542430: [vim] vim try to expand files or directories that contain ~ (when using tcsh shell)

2009-08-19 Thread gregory hainaut
Package: vim Version: 2:7.2.245-2 Severity: normal Tags: patch --- Please enter the report below this line. --- Hi, To reproduce the bug. Just create a directory with a ~ (mkdir -p /tmp/bad~dir). Then when you do a :chdir /tmp/bad~dir, an error is raised E79: Cannot expand wildcards. As a side