]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.416
- up to 7.2.436
[packages/vim.git] / 7.2.416
CommitLineData
ec7cce13
ER
1To: vim-dev@vim.org
2Subject: Patch 7.2.416
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.2.416
11Problem: Logtalk.dict is not installed.
12Solution: Add it to the install target. (Markus Heidelberg)
13Files: 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--
63How To Keep A Healthy Level Of Insanity:
648. Don't use any punctuation marks.
65
66 /// Bram Moolenaar -- Bram@Moolenaar.net -- 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 ///
This page took 0.029758 seconds and 4 git commands to generate.