Re: Vim hangs with freeing a lot of objects. Patch for performance-up of GC.

2015-02-05 Fir de Conversatie Raghu R
Joined this group just to say thanks! I posted in reddit but somebody suggested to post this on vim_dev. My original comment at reddit: This fix has been absolutely awesome. There is a tangible improvement while using neocomplete, Ctrlp and other 'heavy' plugins. Editing even small markdown f

Re: SIGSEGV at syntax.c:2101

2015-02-05 Fir de Conversatie Jakson Alves de Aquino
On Sat, Jan 31, 2015 at 12:57 AM, Jakson Alves de Aquino wrote: > On Sat, Jan 31, 2015 at 06:30:05AM +0100, Dominique Pellé wrote: >> No, I don't think it's your fault. It should be OK I think >> to enable FEAT_CONCEAL the way you did but it's better >> to build with --with-features=huge anyway.

Re: Patch 7.4.615

2015-02-05 Fir de Conversatie Christian Brabandt
On Di, 03 Feb 2015, Bram Moolenaar wrote: > Patch 7.4.615 > Problem:Vim hangs when freeing a lot of objects. > Solution: Do not go back to the start of the list every time. (Yasuhiro > Matsumoto and Ariya Mizutani) > Files:src/eval.c According to some guys on reddit h

Re: [Patch] Add option to disable insert completion message in shortmess

2015-02-05 Fir de Conversatie Daniel Hahler
Am Montag, 26. Januar 2015 19:34:55 UTC+1 schrieb Christian Brabandt: > Hi James! > > On Mo, 26 Jan 2015, James Brown wrote: > > [patch from December 2013] > > +1 > > If I am not mistaken this patch has already been merged... Yes, it has been merged in / as 7.4.314 (on Wed May 28 21:40:52 2014

Re: Issue 319 in vim: New option to not beep with 'showmatch'

2015-02-05 Fir de Conversatie vim
Comment #11 on issue 319 by dhah...@gmail.com: New option to not beep with 'showmatch' https://code.google.com/p/vim/issues/detail?id=319 For reference, there's an updated patch on the vim_dev mailinglist: https://groups.google.com/d/msg/vim_dev/-jN4_nsSls0/Nbjbrh4jXYEJ -- You received this

Re: Issue 319 in vim: New option to not beep with 'showmatch'

2015-02-05 Fir de Conversatie Daniel Hahler
Thanks a lot for this patch, Christian! Some remarks for the documentation: 1. s/occued/occured/ 2. Inconsistent punctuation and capitalization in the list; I suggest adding a dot after each item, and upper-casing the first word. 3. s/can't/cannot/ Regards, Daniel. Am Samstag, 31. Januar 2015

Issue 325 in vim: Background color for inactive windows / per window

2015-02-05 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 325 by dhah...@gmail.com: Background color for inactive windows / per window https://code.google.com/p/vim/issues/detail?id=325 I have created a plugin which uses a hack to highlight the current window by dimming the inac

Patch 7.4.622

2015-02-05 Fir de Conversatie Bram Moolenaar
Patch 7.4.622 Problem:Compiler warning for unused argument. Solution: Add UNUSED. Files: src/regexp_nfa.c *** ../vim-7.4.621/src/regexp_nfa.c 2015-02-03 16:49:20.242545503 +0100 --- src/regexp_nfa.c2015-02-05 20:28:28.268349950 +0100 *** *** 6838,6844 nfa_re

Re: Issue 203 in vim: Nothing in register * problem (vim+tmux or vim+screen )

2015-02-05 Fir de Conversatie vim
Comment #21 on issue 203 by alexandr...@gmail.com: Nothing in register * problem (vim+tmux or vim+screen ) https://code.google.com/p/vim/issues/detail?id=203 I'm still affected by the "Nothing in register * problem" on vim 7.4-621 and tmux 1.9a. Have this patch been merged yet? -- You re

Re: We can't handle type which it's quickfix or location-list.

2015-02-05 Fir de Conversatie Enno
Le jeudi 5 février 2015 15:46:01 UTC+1, h_east a écrit : > Hi Enno, > > 2015/2/5(Thu) 18:25:49 UTC+9 Enno: > > Le jeudi 5 février 2015 05:12:19 UTC+1, h_east a écrit : > > > Hi Enno, > > > > > > 2015/2/4(Wed) 20:42:57 UTC+9 Enno: > > > > How about > > > > > > > > let b:isLoc = len(getloclist(0))

Re: We can't handle type which it's quickfix or location-list.

2015-02-05 Fir de Conversatie h_east
Hi Enno, 2015/2/5(Thu) 18:25:49 UTC+9 Enno: > Le jeudi 5 février 2015 05:12:19 UTC+1, h_east a écrit : > > Hi Enno, > > > > 2015/2/4(Wed) 20:42:57 UTC+9 Enno: > > > How about > > > > > > let b:isLoc = len(getloclist(0)) > 0 ? 1 : 0 > > > > > > inside of a qf filetype window. See :h getloclist()

Re: Mapping fails argh......help!!

2015-02-05 Fir de Conversatie Paul "LeoNerd" Evans
On Thu, 5 Feb 2015 14:37:26 +0200 Marius Gedminas wrote: > For historical reasons[*] only the following Ctrl+punctuation > sequences are recognized by vim: > > - Ctrl-@ > - Ctrl-[ (same as ) > - Ctrl-\ (sends SIGQUIT by default) > - Ctrl-] > - Ctrl-^ > - Ctrl-_ > - Ctrl-? (same as or , depen

Re: Mapping fails argh......help!!

2015-02-05 Fir de Conversatie Marius Gedminas
On Thu, Feb 05, 2015 at 03:04:13AM -0800, Enno wrote: > Le samedi 23 octobre 2010 22:56:28 UTC+2, PabloHot a écrit : > > I'm trying something like :map ... but just cannot get this to > > work.  I have tried using Ctrl-K to enter the '-' key, using > > {minus}, but the mapping does nothing when I

Re: Mapping fails argh......help!!

2015-02-05 Fir de Conversatie Enno
Le samedi 23 octobre 2010 22:56:28 UTC+2, PabloHot a écrit : > Hi All, > > > I'm trying something like :map ... but just cannot get this to work.  I > have tried using Ctrl-K to enter the '-' key, using {minus}, but the mapping > does nothing when I type it.  If I map map '-' > > > on its o

Re: runtime/syntax/make.vim: highlight variable with dash in the name

2015-02-05 Fir de Conversatie Jerome Reybert
On 02/04/2015 07:40 PM, Christian Brabandt wrote: Hi Jerome! On Mi, 04 Feb 2015, Jerome Reybert wrote: Hi, GNU Make does support dash "-" in the variable name. vim nicely highlight variable names at setting time, but ignore variables with a dash. A patch is attached to fix that. Thanks for

Re: We can't handle type which it's quickfix or location-list.

2015-02-05 Fir de Conversatie Enno
Le jeudi 5 février 2015 05:12:19 UTC+1, h_east a écrit : > Hi Enno, > > 2015/2/4(Wed) 20:42:57 UTC+9 Enno: > > How about > > > > let b:isLoc = len(getloclist(0)) > 0 ? 1 : 0 > > > > inside of a qf filetype window. See :h getloclist() that explains > > > > For a location list window, the display