58 lines
1.4 KiB
Plaintext
58 lines
1.4 KiB
Plaintext
To: vim_dev@googlegroups.com
|
|
Subject: Patch 7.4.208
|
|
Fcc: outbox
|
|
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Mime-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
------------
|
|
|
|
Patch 7.4.208
|
|
Problem: Mercurial picks up some files that are not distributed.
|
|
Solution: Add patterns to the ignore list. (Cade Forester)
|
|
Files: .hgignore
|
|
|
|
|
|
*** ../vim-7.4.207/.hgignore 2014-03-19 17:32:15.098097224 +0100
|
|
--- .hgignore 2014-03-19 17:30:05.998095246 +0100
|
|
***************
|
|
*** 47,52 ****
|
|
--- 47,55 ----
|
|
*.map
|
|
*.tds
|
|
|
|
+ # NetBeans
|
|
+ nbproject/*
|
|
+
|
|
# Mac OSX
|
|
src/xxd/xxd.dSYM
|
|
|
|
***************
|
|
*** 57,62 ****
|
|
--- 60,66 ----
|
|
*.swp
|
|
*~
|
|
*.pyc
|
|
+ *.log
|
|
src/po/vim.pot
|
|
|
|
# Generated by "make test"
|
|
*** ../vim-7.4.207/src/version.c 2014-03-19 14:01:53.153903819 +0100
|
|
--- src/version.c 2014-03-19 17:28:04.890093390 +0100
|
|
***************
|
|
*** 740,741 ****
|
|
--- 740,743 ----
|
|
{ /* Add new patch number below this line */
|
|
+ /**/
|
|
+ 208,
|
|
/**/
|
|
|
|
--
|
|
It might look like I'm doing nothing, but at the cellular level
|
|
I'm really quite busy.
|
|
|
|
/// 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 ///
|