components/vim/vim72-patches/7.2.416
changeset 198 172fc01ce997
equal deleted inserted replaced
197:fd801ec0737c 198:172fc01ce997
       
     1 To: [email protected]
       
     2 Subject: Patch 7.2.416
       
     3 Fcc: outbox
       
     4 From: Bram Moolenaar <[email protected]>
       
     5 Mime-Version: 1.0
       
     6 Content-Type: text/plain; charset=UTF-8
       
     7 Content-Transfer-Encoding: 8bit
       
     8 ------------
       
     9 
       
    10 Patch 7.2.416
       
    11 Problem:    Logtalk.dict is not installed.
       
    12 Solution:   Add it to the install target. (Markus Heidelberg)
       
    13 Files:      src/Makefile
       
    14 
       
    15 
       
    16 *** ../vim-7.2.415/src/Makefile	2010-05-07 16:35:12.000000000 +0200
       
    17 --- src/Makefile	2010-04-06 20:19:48.000000000 +0200
       
    18 ***************
       
    19 *** 30,36 ****
       
    20   #	  want to disable using X11 libraries.	This speeds up starting Vim,
       
    21   #	  but the window title will not be set and the X11 selection can not
       
    22   #	  used.
       
    23 ! #	- Uncomment the line "CONF_OPT_XSMP = --without-xsmp" if you have the
       
    24   #	  X11 Session Management Protocol (XSMP) library (libSM) but do not
       
    25   #	  want to use it.
       
    26   #	  This can speedup Vim startup but Vim loses the ability to catch the
       
    27 --- 30,36 ----
       
    28   #	  want to disable using X11 libraries.	This speeds up starting Vim,
       
    29   #	  but the window title will not be set and the X11 selection can not
       
    30   #	  used.
       
    31 ! #	- Uncomment the line "CONF_OPT_XSMP = --disable-xsmp" if you have the
       
    32   #	  X11 Session Management Protocol (XSMP) library (libSM) but do not
       
    33   #	  want to use it.
       
    34   #	  This can speedup Vim startup but Vim loses the ability to catch the
       
    35 ***************
       
    36 *** 1882,1888 ****
       
    37   	cd $(PLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_PLUG)
       
    38   	cd $(DEST_PLUG); chmod $(HELPMOD) *.vim README.txt
       
    39   # install the ftplugin files
       
    40 ! 	cd $(FTPLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_FTP)
       
    41   	cd $(DEST_FTP); chmod $(HELPMOD) *.vim README.txt
       
    42   # install the compiler files
       
    43   	cd $(COMPSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_COMP)
       
    44 --- 1882,1888 ----
       
    45   	cd $(PLUGSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_PLUG)
       
    46   	cd $(DEST_PLUG); chmod $(HELPMOD) *.vim README.txt
       
    47   # install the ftplugin files
       
    48 ! 	cd $(FTPLUGSOURCE); $(INSTALL_DATA) *.vim README.txt logtalk.dict $(DEST_FTP)
       
    49   	cd $(DEST_FTP); chmod $(HELPMOD) *.vim README.txt
       
    50   # install the compiler files
       
    51   	cd $(COMPSOURCE); $(INSTALL_DATA) *.vim README.txt $(DEST_COMP)
       
    52 *** ../vim-7.2.415/src/version.c	2010-05-07 16:34:59.000000000 +0200
       
    53 --- src/version.c	2010-05-07 16:53:17.000000000 +0200
       
    54 ***************
       
    55 *** 683,684 ****
       
    56 --- 683,686 ----
       
    57   {   /* Add new patch number below this line */
       
    58 + /**/
       
    59 +     416,
       
    60   /**/
       
    61 
       
    62 -- 
       
    63 How To Keep A Healthy Level Of Insanity:
       
    64 8. Don't use any punctuation marks.
       
    65 
       
    66  /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
       
    67 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
       
    68 \\\        download, build and distribute -- http://www.A-A-P.org        ///
       
    69  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///