summaryrefslogtreecommitdiff
path: root/data/vim/patches/8.1.0955
blob: 1a8d7cadb4e36617afeae21767b901e8a2385da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
To: vim_dev@googlegroups.com
Subject: Patch 8.1.0955
Fcc: outbox
From: Bram Moolenaar <Bram@moolenaar.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
------------

Patch 8.1.0955
Problem:    Matchit autoload directory not in installer. (Chris Morgan)
Solution:   Adjust the NSIS script. (Christian Brabandt, closes #4006)
Files:	    nsis/gvim.nsi


*** ../vim-8.1.0954/nsis/gvim.nsi	2018-12-21 17:59:30.100109769 +0100
--- nsis/gvim.nsi	2019-02-19 21:38:40.617834969 +0100
***************
*** 379,384 ****
--- 379,386 ----
  	File ${VIMRT}\pack\dist\opt\matchit\doc\*.*
  	SetOutPath $0\pack\dist\opt\matchit\plugin
  	File ${VIMRT}\pack\dist\opt\matchit\plugin\*.*
+ 	SetOutPath $0\pack\dist\opt\matchit\autoload
+ 	File ${VIMRT}\pack\dist\opt\matchit\autoload\*.*
  
  	SetOutPath $0\pack\dist\opt\shellmenu\plugin
  	File ${VIMRT}\pack\dist\opt\shellmenu\plugin\*.*
*** ../vim-8.1.0954/src/version.c	2019-02-19 21:34:01.987747438 +0100
--- src/version.c	2019-02-19 21:39:43.229405490 +0100
***************
*** 781,782 ****
--- 781,784 ----
  {   /* Add new patch number below this line */
+ /**/
+     955,
  /**/

-- 
Normal people believe that if it ain't broke, don't fix it.  Engineers believe
that if it ain't broke, it doesn't have enough features yet.
				(Scott Adams - The Dilbert principle)

 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///