Re: E254?

2016-04-25 Thread Christian Brabandt
Am 2016-04-26 05:10, schrieb meino.cra...@gmx.de: Hi, with the updates of yesterday (or the day before?) I got a lot of this output, which wasn't there before: line 16: E254: Cannot allocate color none E254: Cannot allocate color none line 17: E254: Cannot allocate color none line 18:

E254?

2016-04-25 Thread Meino . Cramer
Hi, with the updates of yesterday (or the day before?) I got a lot of this output, which wasn't there before: line 16: E254: Cannot allocate color none E254: Cannot allocate color none line 17: E254: Cannot allocate color none line 18: E254: Cannot allocate color none line 19: E254:

Re: Capture columns nummers of matches ending with double byte chars

2016-04-25 Thread Nikolay Aleksandrovich Pavlov
2016-04-26 0:45 GMT+03:00 rameo : > Op maandag 25 april 2016 22:26:27 UTC+2 schreef Ken Takata: >> Hi rameo, >> >> 2016/4/23 Sat 21:37:15 UTC+9 rameo wrote: >> > Searchpos() doesn't return the right end value of a match if the match end >> > with a double byte character

Re: Capture columns nummers of matches ending with double byte chars

2016-04-25 Thread rameo
Op maandag 25 april 2016 22:26:27 UTC+2 schreef Ken Takata: > Hi rameo, > > 2016/4/23 Sat 21:37:15 UTC+9 rameo wrote: > > Searchpos() doesn't return the right end value of a match if the match end > > with a double byte character (èéòìùá...). (encoding utf-8) > > Isn't this a bug > > You

Re: strikethrough text in gvim

2016-04-25 Thread Ken Takata
Hi Christian, 2016/4/26 Tue 1:53:17 UTC+9 Christian Brabandt wrote: > Hi Ken! > > On Do, 10 Mär 2016, Ken Takata wrote: > > > Hi, > > > > 2013/10/12 Sat 23:25:06 UTC+9 Ken Takata wrote: > > > Hi Christian, > > > > > > 2013/07/31 Wed 4:56:39 UTC+9 Christian Brabandt wrote: > > > > Attached is

Re: Capture columns nummers of matches ending with double byte chars

2016-04-25 Thread Ken Takata
Hi rameo, 2016/4/23 Sat 21:37:15 UTC+9 rameo wrote: > Searchpos() doesn't return the right end value of a match if the match end > with a double byte character (èéòìùá...). (encoding utf-8) > Isn't this a bug You might misunderstand the spec of searchpos(). When the 'e' flag is specified,

Re: strikethrough text in gvim

2016-04-25 Thread Christian Brabandt
Hi Ken! On Do, 10 Mär 2016, Ken Takata wrote: > Hi, > > 2013/10/12 Sat 23:25:06 UTC+9 Ken Takata wrote: > > Hi Christian, > > > > 2013/07/31 Wed 4:56:39 UTC+9 Christian Brabandt wrote: > > > Attached is a patch to try out. It seems to work for me with GTK > > > and Motif Gui. I am a Unix gui

Re: Correct filename tag matching for ctlr-]

2016-04-25 Thread Enno
Le jeudi 21 avril 2016 16:47:10 UTC+2, kent schonert a écrit : > I've created ctag using "ctags -R --extra=f" to include an entry for the > base file name of every source file. > > When I use the ctrl-] goto tag shortcut on an include file, "IF_Recipe.h" for > example, ctrl-] will grab