astepano / rpms / vim

Forked from rpms/vim 6 years ago
Clone
3b77b07
To: vim-dev@vim.org
3b77b07
Subject: Patch 7.1.194
3b77b07
Fcc: outbox
3b77b07
From: Bram Moolenaar <Bram@moolenaar.net>
3b77b07
Mime-Version: 1.0
3b77b07
Content-Type: text/plain; charset=ISO-8859-1
3b77b07
Content-Transfer-Encoding: 8bit
3b77b07
------------
3b77b07
3b77b07
Patch 7.1.194
3b77b07
Problem:    ":echo glob('~/{}')" results in /home/user//.
3b77b07
Solution:   Don't add a slash if there already is one.
3b77b07
Files:	    src/os_unix.c
3b77b07
3b77b07
3b77b07
*** ../vim-7.1.193/src/os_unix.c	Sat Dec  1 17:18:45 2007
3b77b07
--- src/os_unix.c	Thu Jan  3 18:52:22 2008
3b77b07
***************
3b77b07
*** 5482,5488 ****
3b77b07
  	{
3b77b07
  	    STRCPY(p, (*file)[i]);
3b77b07
  	    if (dir)
3b77b07
! 		STRCAT(p, "/");	    /* add '/' to a directory name */
3b77b07
  	    (*file)[j++] = p;
3b77b07
  	}
3b77b07
      }
3b77b07
--- 5482,5488 ----
3b77b07
  	{
3b77b07
  	    STRCPY(p, (*file)[i]);
3b77b07
  	    if (dir)
3b77b07
! 		add_pathsep(p);	    /* add '/' to a directory name */
3b77b07
  	    (*file)[j++] = p;
3b77b07
  	}
3b77b07
      }
3b77b07
*** ../vim-7.1.193/src/version.c	Thu Jan  3 17:53:41 2008
3b77b07
--- src/version.c	Thu Jan  3 18:54:41 2008
3b77b07
***************
3b77b07
*** 668,669 ****
3b77b07
--- 668,671 ----
3b77b07
  {   /* Add new patch number below this line */
3b77b07
+ /**/
3b77b07
+     194,
3b77b07
  /**/
3b77b07
3b77b07
-- 
3b77b07
ARTHUR:    Will you ask your master if he wants to join my court at Camelot?!
3b77b07
GUARD #1:  But then of course African swallows are not migratory.
3b77b07
GUARD #2:  Oh, yeah...
3b77b07
GUARD #1:  So they couldn't bring a coconut back anyway...
3b77b07
                                  The Quest for the Holy Grail (Monty Python)
3b77b07
3b77b07
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
3b77b07
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
3b77b07
\\\        download, build and distribute -- http://www.A-A-P.org        ///
3b77b07
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///