Initial import from the conversion Fossil -> Git
[dragora.git] / patches / vim / 8.0.0100
blob550be4c57ad1de7a03fe377d148c654ad3355daf
1 To: vim_dev@googlegroups.com
2 Subject: Patch 8.0.0100
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
10 Patch 8.0.0100
11 Problem:    Options that are a file name may contain non-filename characters.
12 Solution:   Check for more invalid characters.
13 Files:      src/option.c
16 *** ../vim-8.0.0099/src/option.c        2016-11-10 20:01:41.197582893 +0100
17 --- src/option.c        2016-11-24 17:58:37.652276224 +0100
18 ***************
19 *** 5880,5886 ****
20        * separator (slash and/or backslash), wildcards and characters that are
21        * often illegal in a file name. */
22       else if ((options[opt_idx].flags & P_NFNAME)
23 !                        && vim_strpbrk(*varp, (char_u *)"/\\*?[|<>") != NULL)
24       {
25         errmsg = e_invarg;
26       }
27 --- 5880,5886 ----
28        * separator (slash and/or backslash), wildcards and characters that are
29        * often illegal in a file name. */
30       else if ((options[opt_idx].flags & P_NFNAME)
31 !                   && vim_strpbrk(*varp, (char_u *)"/\\*?[|;&<>\r\n") != NULL)
32       {
33         errmsg = e_invarg;
34       }
35 *** ../vim-8.0.0099/src/version.c       2016-11-24 17:47:03.865021031 +0100
36 --- src/version.c       2016-11-24 17:59:26.683951638 +0100
37 ***************
38 *** 766,767 ****
39 --- 766,769 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     100,
43   /**/
45 -- 
46 hundred-and-one symptoms of being an internet addict:
47 40. You tell the cab driver you live at
48     http://123.elm.street/house/bluetrim.html
49 41. You actually try that 123.elm.street address.
51  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
52 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
53 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
54  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///