home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / old / 5.6.090 < prev    next >
Encoding:
Internet Message Format  |  2000-06-05  |  1.2 KB

  1. To: vim-dev@vim.org
  2. Subject: patch 5.6.090
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. ------------
  6.  
  7. Patch 5.6.090
  8. Problem:    When editing a file in "/home/dir/home/dir" this was replaced with
  9.             "~~".  (Andreas Jellinghaus)
  10. Solution:   Replace the home directory only once in home_replace().
  11. Files:      src/misc1.c 
  12.  
  13.  
  14. *** ../vim-5.6.89/src/misc1.c    Wed Apr 12 19:01:02 2000
  15. --- src/misc1.c    Mon Jun  5 20:45:41 2000
  16. ***************
  17. *** 2733,2738 ****
  18. --- 2733,2739 ----
  19.            */
  20.           if (!vim_ispathsep(src[0]) && --dstlen > 0)
  21.               *dst++ = '/';
  22. +         break;
  23.           }
  24.           if (p == homedir_env)
  25.           break;
  26. *** ../vim-5.6.89/src/version.c    Mon Jun  5 19:03:00 2000
  27. --- src/version.c    Mon Jun  5 20:49:43 2000
  28. ***************
  29. *** 420,421 ****
  30. --- 420,423 ----
  31.   {   /* Add new patch number below this line */
  32. + /**/
  33. +     90,
  34.   /**/
  35.  
  36. -- 
  37. BODY:        I'm not dead!
  38. CART DRIVER: 'Ere.  He says he's not dead.
  39. LARGE MAN:   Yes he is.
  40. BODY:        I'm not!
  41.                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
  42.  
  43. /-/-- Bram Moolenaar --- Bram@moolenaar.net --- http://www.moolenaar.net --\-\
  44. \-\-- Vim: http://www.vim.org ---- ICCF Holland: http://www.vim.org/iccf --/-/
  45.