Re: [patch] Fix quickfix handling of long lines

2016-04-25 Fir de Conversatie Anton Lindqvist
The patch did no longer apply without a conflict, updated patch attached. -- :wq -- -- 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

Re: strikethrough text in gvim

2016-04-25 Fir de Conversatie Christian Brabandt
Hi Ken! On Mo, 25 Apr 2016, Ken Takata wrote: > 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, > > > > > > > > 20

Re: [patch] 'guicolors' option name does not intuitive.

2016-04-25 Fir de Conversatie h_east
Hi 2016-4-26(Tue) 9:49:19 UTC+9 h_east: > Hi Amadeus, > > 2016-4-26(Tue) 5:10:48 UTC+9 Amadeus Demarzi: > > I've also noticed that if I do > > > > :help guicolors > > > > or > > > > :help 'guicolors' > > > > I get E149: Sorry no help for guicolors > > If you are using Vim 7.4.1770 previously

Re: [patch] 'guicolors' option name does not intuitive.

2016-04-25 Fir de Conversatie h_east
Hi Amadeus, 2016-4-26(Tue) 5:10:48 UTC+9 Amadeus Demarzi: > I've also noticed that if I do > > :help guicolors > > or > > :help 'guicolors' > > I get E149: Sorry no help for guicolors If you are using Vim 7.4.1770 previously, should be updated to the new version. If not, run the following com

Re: How to run a job asynchronously?

2016-04-25 Fir de Conversatie James McCoy
On Mon, Apr 25, 2016 at 11:06:43PM +0200, Bram Moolenaar wrote: > > Andrew Stewart wrote: > > > This handler gets called just about immediately, as expected, but > > a:message is always 'DETACH', not the diff output. And then a few > > seconds later the exit handler echoes its E906 error. > > T

Re: Patch 7.4.1783

2016-04-25 Fir de Conversatie Bram Moolenaar
Kazunobu Kuriyama wrote: > 2016-04-25 5:03 GMT+09:00 Bram Moolenaar : > > I do not see a clue why this would be different on OS/X. > > As the failure message above indicates, it looks the functions isalpha(), > isalnum() and ispunct() of OS X accept a wider range of 8-bit characters as > class m

Re: How to run a job asynchronously?

2016-04-25 Fir de Conversatie Bram Moolenaar
Andrew Stewart wrote: > I have been trying to run a job asynchronously and capture the output, > but despite reading the docs many times I can't get it to work. > > Ideally I want all the diff output in one go, rather than line by > line, so I first tried using only an on_exit callback: > >

Re: strikethrough text in gvim

2016-04-25 Fir de Conversatie 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 a

Re: [patch] 'guicolors' option name does not intuitive.

2016-04-25 Fir de Conversatie Amadeus Demarzi
I've also noticed that if I do :help guicolors or :help 'guicolors' I get E149: Sorry no help for guicolors On Monday, April 25, 2016 at 3:04:59 AM UTC-7, h_east wrote: > Hi Ken! > > 2016-4-25(Mon) 18:58:05 UTC+9 Ken Takata: > > Hi h_east, > > > > 2016/4/25 Mon 6:51:36 UTC+9 h_east wrote: >

Re: XPM characters support

2016-04-25 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2016-04-25 20:49 GMT+03:00 Davit Samvelyan : >> Which is by no means going to “end patched fonts madness”. This is >> what I call “useless”: > Well lets say I want to add icons to the completion popup menu which > indicates item type (function, class, member, ...). I should pick up a > character

Re: XPM characters support

2016-04-25 Fir de Conversatie Davit Samvelyan
> Which is by no means going to “end patched fonts madness”. This is > what I call “useless”: Well lets say I want to add icons to the completion popup menu which indicates item type (function, class, member, ...). I should pick up a character range not used by any of the existing patch font plu

Re: strikethrough text in gvim

2016-04-25 Fir de Conversatie 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 an

Re: XPM characters support

2016-04-25 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2016-04-25 19:01 GMT+03:00 Davit Samvelyan : >> If I am not mistaking this is absolutely useless: how are you going to >> tell terminal to use this glyph? Very minor number of terminals >> support displaying random pictures, even less if you want to avoid >> hacks resulting in https://github.com/ne

Re: XPM characters support

2016-04-25 Fir de Conversatie Davit Samvelyan
> If I am not mistaking this is absolutely useless: how are you going to > tell terminal to use this glyph? Very minor number of terminals > support displaying random pictures, even less if you want to avoid > hacks resulting in https://github.com/neovim/neovim/issues/4056. It should be available

Re: Patch 7.4.1770

2016-04-25 Fir de Conversatie Christian Brabandt
Hi Bram! On Do, 21 Apr 2016, Bram Moolenaar wrote: > Patch 7.4.1770 [...] > + /* > + * Last attempt. Look in the file "$VIM/rgb.txt". > + */ This part of the code is now in term.c, gui_mac.c, gui_photon.c and gui_w32.c Also the color definitions are slightly different between some

How to run a job asynchronously?

2016-04-25 Fir de Conversatie boss
Hello! I have been trying to run a job asynchronously and capture the output, but despite reading the docs many times I can't get it to work. Ideally I want all the diff output in one go, rather than line by line, so I first tried using only an on_exit callback: let cmd = 'diff A B' le

Re: XPM characters support

2016-04-25 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2016-04-25 16:42 GMT+03:00 Davit Samvelyan : > Hi Bram, > > What do you think about adding new API allowing to create new glyphs via > XPM, therefore simplifying creation of plugins like airline, and ending this > patched fonts madness. If I am not mistaking this is absolutely useless: how are you

[vim/runtime] Indenting for '\]' in LaTeX files.

2016-04-25 Fir de Conversatie Daniel Lundberg Pedersen
I made a small change to the indenting for LaTeX files, to make it unindent '\]' again, which it didn't do after the latest update. I sent a mail to the maintainer on the 12/04, and have yet to receive a reply. The change is basically only this line: https://github.com/Lundbrik/vim/blob/3a4ab107

XPM characters support

2016-04-25 Fir de Conversatie Davit Samvelyan
Hi Bram, What do you think about adding new API allowing to create new glyphs via XPM, therefore simplifying creation of plugins like airline, and ending this patched fonts madness. Regards, Davit. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply be

Re: [patch] 'guicolors' option name does not intuitive.

2016-04-25 Fir de Conversatie h_east
Hi Ken! 2016-4-25(Mon) 18:58:05 UTC+9 Ken Takata: > Hi h_east, > > 2016/4/25 Mon 6:51:36 UTC+9 h_east wrote: > > Hi Bram and List! > > > > 2016-4-25(Mon) 5:03:24 UTC+9 Bram Moolenaar: > > > Hirohito Higashi wrote: > > > > > > > I think that 'guicolors' option name does not intuitive. > > > > Th

Re: [patch] 'guicolors' option name does not intuitive.

2016-04-25 Fir de Conversatie Ken Takata
Hi h_east, 2016/4/25 Mon 6:51:36 UTC+9 h_east wrote: > Hi Bram and List! > > 2016-4-25(Mon) 5:03:24 UTC+9 Bram Moolenaar: > > Hirohito Higashi wrote: > > > > > I think that 'guicolors' option name does not intuitive. > > > This option for terminal, but prefix is 'gui' > > > I think it's unnatura