Re: [vim/vim] File names in qf window can't get reduced (GVim), absolute paths and relative paths mix together and mess up qflist. (#2846)

2018-04-26 Fir de Conversatie Yegappan Lakshmanan
Hi, On Thu, Apr 26, 2018 at 1:01 PM, Yegappan Lakshmanan wrote: > Hi, > > On Thu, Apr 26, 2018 at 10:59 AM, Linwei wrote: >> I don't really familiar the quickfix.c, but in the patch: >> >> +/* Shorten all the file names, so that it is easy to

Patch 8.0.1766

2018-04-26 Fir de Conversatie Bram Moolenaar
Patch 8.0.1766 (after 8.0.1758) Problem:Expanding abbreviation doesn't work. (Tooth Pik) Solution: Return OK instead of FALSE and FAIL instead of TRUE. (Christian Brabandt) Files: src/edit.c, src/testdir/test_mapping.vim *** ../vim-8.0.1765/src/edit.c 2018-04-24

Re: How about a release?

2018-04-26 Fir de Conversatie Bram Moolenaar
Phil Dobbin wrote: > > I'm thinking of creating the 8.1 release. The main new feature is the > > terminal window, with the debugger plugin. And lots of smaller > > additions and plenty of bug fixes. > > > > Is there is something important that should still be included? > > Or something in the

Re: insertmode abbreviation gives newest/oldest change message

2018-04-26 Fir de Conversatie Bram Moolenaar
Christian wrote: > > On Mi, 25 Apr 2018, tooth pik wrote: > > > > > not all my insertmode abbreviations are broken, many are > > > > > > i just pulled and built 8.0.1765 -- i was at 1755 and they > > > all worked then > > > > > > i have > > > > > > iabbrev ~~7 =repeat('~', 72)=Eatchar('\s')

Re: [vim/vim] File names in qf window can't get reduced (GVim), absolute paths and relative paths mix together and mess up qflist. (#2846)

2018-04-26 Fir de Conversatie Yegappan Lakshmanan
Hi, On Thu, Apr 26, 2018 at 10:59 AM, Linwei wrote: > I don't really familiar the quickfix.c, but in the patch: > > +/* Shorten all the file names, so that it is easy to read */ > +shorten_fnames(TRUE); > > I noticed that will it shorten_fnames is invoked in

Re: insertmode abbreviation gives newest/oldest change message

2018-04-26 Fir de Conversatie tooth pik
dunno if this breaks anything else, but it for sure fixes my problem thx Christian On Thu, Apr 26, 2018 at 4:44 AM, Christian Brabandt wrote: > > On Do, 26 Apr 2018, Christian Brabandt wrote: > > > > > On Mi, 25 Apr 2018, tooth pik wrote: > > > > > not all my insertmode

Re: [vim/vim] File names in qf window can't get reduced (GVim), absolute paths and relative paths mix together and mess up qflist. (#2846)

2018-04-26 Fir de Conversatie Yegappan Lakshmanan
Hi, On Thu, Apr 26, 2018 at 10:48 AM, Linwei wrote: > The patch seems work , I verified my previous case and all the file names > are relative path names now. > Thanks for verifying the patch. There is one performance issue with this approach. Every time the quickfix

Re: [vim/vim] File names in qf window can't get reduced (GVim), absolute paths and relative paths mix together and mess up qflist. (#2846)

2018-04-26 Fir de Conversatie Yegappan Lakshmanan
Hi, On Wed, Apr 25, 2018 at 11:31 PM, Linwei wrote: > Every one uses a wide screen today, I can accept all names displayed as > absolute names in quickfix window. If resolving file name is complex and > hard to change, can we have an option to enforce display absolute

Re: insertmode abbreviation gives newest/oldest change message

2018-04-26 Fir de Conversatie Christian Brabandt
On Do, 26 Apr 2018, Christian Brabandt wrote: > > On Mi, 25 Apr 2018, tooth pik wrote: > > > not all my insertmode abbreviations are broken, many are > > > > i just pulled and built 8.0.1765 -- i was at 1755 and they > > all worked then > > > > i have > > > > iabbrev ~~7 =repeat('~',

Re: insertmode abbreviation gives newest/oldest change message

2018-04-26 Fir de Conversatie Christian Brabandt
On Mi, 25 Apr 2018, tooth pik wrote: > not all my insertmode abbreviations are broken, many are > > i just pulled and built 8.0.1765 -- i was at 1755 and they > all worked then > > i have > > iabbrev ~~7 =repeat('~', 72)=Eatchar('\s') > > (one line) in my .vimrc, and when I try to make my