Patch 7.4.2

2014-04-10 Thread Bram Moolenaar
Patch 7.4.254 Problem:Smack support detection is incomplete. Solution: Check for attr/xattr.h and specific macro. Files: src/configure.in, src/auto/configure *** ../vim-7.4.253/src/configure.in 2014-04-05 12:02:20.747100138 +0200 --- src/configure.in2014-04-10 11:02:59.2560359

Re: Patch 7.4.217

2014-04-10 Thread Ken Takata
Hi, 2014/3/25 Tue 23:35:23 UTC+9 Bram Moolenaar wrote: > Patch 7.4.217 > Problem:When src/auto/configure was updated, "make clean" would run > configure pointlessly. > Solution: Do not run configure for "make clean" and "make distclean" when > the make program supports $M

Re: .git Overhead in Vim Plugins

2014-04-10 Thread Fredrik Gustafsson
On Wed, Apr 09, 2014 at 10:49:57PM -0700, YuFan Lou wrote: > I found that the script in my plugins take up a fairly small space compared > to the .git folder during a disk cleanup. Though it is still small enough for > it to be ignored during the process, I wonder what can be done to trim it. I

Re: .git Overhead in Vim Plugins

2014-04-10 Thread Peter Aronoff
On Thu Apr 04/10/14 at 1:58, Fredrik Gustafsson wrote: > If you don't need the history or beeing able to take part in the > development of the plugins I suggest you instead of fetching the git > repository just fetch a tarball of the worktree. > > Or you could just use the --depth option with git

Re: .git Overhead in Vim Plugins

2014-04-10 Thread Nikolay Pavlov
On Apr 10, 2014 4:16 PM, "Peter Aronoff" wrote: > > On Thu Apr 04/10/14 at 1:58, Fredrik Gustafsson wrote: > > If you don't need the history or beeing able to take part in the > > development of the plugins I suggest you instead of fetching the git > > repository just fetch a tarball of the workt

[patch] Small fix: "ccmdline" -> "cmdline"

2014-04-10 Thread Cade Forester
Replace "ccmdline" on "cmdline" -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google G

Re: Patch 7.4.217

2014-04-10 Thread Ben Fritz
On Thursday, April 10, 2014 6:21:57 AM UTC-5, Ken Takata wrote: > Hi, > > 2014/3/25 Tue 23:35:23 UTC+9 Bram Moolenaar wrote: > > Patch 7.4.217 > > Problem:When src/auto/configure was updated, "make clean" would run > > configure pointlessly. > > Solution: Do not run configure for "ma

[patch] gui.h: gtk version of vim not used some fields of struct gui_T

2014-04-10 Thread Cade Forester
gui_T::dpy, gui_T::wid and others not used by gtk version of vim. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because

Re: Patch 7.4.2

2014-04-10 Thread David Larson
On Thursday, April 10, 2014 2:10:11 AM UTC-7, Bram Moolenaar wrote: > Patch 7.4.254 > > Problem:Smack support detection is incomplete. > > Solution: Check for attr/xattr.h and specific macro. Thank you Bram. I'm getting this error after applying this patch. Was this patch intended to fix

Re: Patch 7.4.217

2014-04-10 Thread Bram Moolenaar
Ken Takata wrote: > 2014/3/25 Tue 23:35:23 UTC+9 Bram Moolenaar wrote: > > Patch 7.4.217 > > Problem:When src/auto/configure was updated, "make clean" would run > > configure pointlessly. > > Solution: Do not run configure for "make clean" and "make distclean" when > > the m

Patch 7.4.255

2014-04-10 Thread Bram Moolenaar
Patch 7.4.255 Problem:Configure check for smack doesn't work with all shells. (David Larson) Solution: Remove spaces in set command. Files: src/configure.in, src/auto/configure *** ../vim-7.4.254/src/configure.in 2014-04-10 11:09:11.676036810 +0200 --- src/configure.in

Re: Patch 7.4.2

2014-04-10 Thread Bram Moolenaar
David Larson wrote: > On Thursday, April 10, 2014 2:10:11 AM UTC-7, Bram Moolenaar wrote: > > Patch 7.4.254 > > > > Problem:Smack support detection is incomplete. > > > > Solution: Check for attr/xattr.h and specific macro. > > Thank you Bram. I'm getting this error after applying this p

Re: [patch] gui.h: gtk version of vim not used some fields of struct gui_T

2014-04-10 Thread Bram Moolenaar
Cade Forester wrote: > gui_T::dpy, gui_T::wid and others not used by gtk version of vim. Thanks, I'll add it in the todo list. -- hundred-and-one symptoms of being an internet addict: 43. You tell the kids they can't use the computer because "Daddy's got work to do" and you don't even hav

Re: [patch] Small fix: "ccmdline" -> "cmdline"

2014-04-10 Thread Bram Moolenaar
Cade Forester wrote: > Replace "ccmdline" on "cmdline" Thanks. -- hundred-and-one symptoms of being an internet addict: 42. Your virtual girlfriend finds a new net sweetheart with a larger bandwidth. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponso

Re: Patch 7.4.217

2014-04-10 Thread Ken Takata
Hi Bram and Ben, 2014/4/11 Fri 3:01:14 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > 2014/3/25 Tue 23:35:23 UTC+9 Bram Moolenaar wrote: > > > Patch 7.4.217 > > > Problem:When src/auto/configure was updated, "make clean" would run > > > configure pointlessly. > > > Solution: Do