]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.036
- fix for current libselinux
[packages/vim.git] / 6.2.036
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.036 (extra)
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 6.2.036 (extra)
11 Problem:    Mac Unix version: If foo is a directory, then ":e f<Tab>" should
12             expand to ":e foo/" instead of ":e foo" .  (Vadim Zeitlin)
13 Solution:   Define DONT_ADD_PATHSEP_TO_DIR only for pure Mac. (Benji Fisher)
14 Files:      src/os_mac.h
15
16
17 *** ../vim-6.2.035/src/os_mac.h Wed May 28 20:51:01 2003
18 --- src/os_mac.h        Fri Jul 25 21:33:45 2003
19 ***************
20 *** 118,123 ****
21 --- 118,124 ----
22   # define USE_UNIXFILENAME
23   #else
24   # define COLON_AS_PATHSEP
25 + # define DONT_ADD_PATHSEP_TO_DIR
26   #endif
27   
28   
29 ***************
30 *** 128,134 ****
31   #define FEAT_SOURCE_FFS
32   #define FEAT_SOURCE_FF_MAC
33   
34 - #define DONT_ADD_PATHSEP_TO_DIR
35   #define USE_EXE_NAME              /* to find  $VIM */
36   #define CASE_INSENSITIVE_FILENAME   /* ignore case when comparing file names */
37   #define SPACE_IN_FILENAME
38 --- 129,134 ----
39 *** ../vim-6.2.035/src/version.c        Fri Jul 25 22:28:06 2003
40 --- src/version.c       Fri Jul 25 22:29:33 2003
41 ***************
42 *** 632,633 ****
43 --- 632,635 ----
44   {   /* Add new patch number below this line */
45 + /**/
46 +     36,
47   /**/
48
49 -- 
50 CART DRIVER: Bring out your dead!
51    We follow the cart through a wretched, impoverished plague-ridden village.
52    A few starved mongrels run about in the mud scavenging.  In the open
53    doorway of one house perhaps we jug glimpse a pair of legs dangling from
54    the ceiling.  In another doorway an OLD WOMAN is beating a cat against a
55    wall rather like one does with a mat.  The cart passes round a dead donkey
56    or cow in the mud.  And a MAN tied to a cart is being hammered to death by
57    four NUNS with huge mallets.
58                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
59
60  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
61 ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
62 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
63  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
This page took 0.028204 seconds and 3 git commands to generate.