[bug][patch] Unexpectedly preview window opened, after the `:ptjump` command canceled.

2016-08-23 Fir de Conversatie h_east
Hi Bram and developers, How to reproduce: - Change directory to your local vim/src directory. $ cd /path-to-your-vim-clone-dir/vim/src - Start vanilla Vim. $ ./vim -Nu NONE - Do tagjump and display in the preview window. (In fact, it becomes selected wait because candidates are two)

Patch 7.4.2247

2016-08-23 Fir de Conversatie Bram Moolenaar
Patch 7.4.2247 (after 7.4.2244) Problem:Tiny build fails. (Tony Mechelynck) Solution: Remove #ifdef. Files: src/ex_cmds.c *** ../vim-7.4.2246/src/ex_cmds.c 2016-08-24 00:30:49.470083766 +0200 --- src/ex_cmds.c 2016-08-24 00:37:37.990413268 +0200 *** ***

Patch 7.4.2246

2016-08-23 Fir de Conversatie Bram Moolenaar
Patch 7.4.2246 (after 7.4.2244) Problem:Oldfiles test fails. Solution: Include missing changes. Files: src/ex_cmds.c *** ../vim-7.4.2245/src/ex_cmds.c 2016-08-21 22:39:30.995567145 +0200 --- src/ex_cmds.c 2016-08-23 23:03:10.013990452 +0200 *** *** 8456,8489

Re: Patch 7.4.2244

2016-08-23 Fir de Conversatie Bram Moolenaar
I wrote: > Patch 7.4.2244 > Problem:Adding pattern to ":oldfiles" is not a generic solution. > Solution: Add the ":filter /pat/ cmd" command modifier. Only works for some > commands right now. > Files: src/structs.h, src/ex_docmd.c, src/ex_cmds.h, src/message.c, >

Link failure in Tiny build 7.4.2245

2016-08-23 Fir de Conversatie Tony Mechelynck
Huge build proceeds normally to completion. In 7.4.2245 Tiny build: link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. gcc -L/usr/local/lib -Wl,--as-needed-o vi objects/arabic.o objects/buffer.o objects/blowfish.o objects/charset.o objects/crypt.o objects/crypt_zip.o

Re: ftp.vim.org down?

2016-08-23 Fir de Conversatie Bram Moolenaar
I wrote: > Elimar Riesebieter wrote: > > > ping ftp.vim.org > > > > PING ftp.vim.org(ftp.nluug.nl (2001:67c:6ec:221:145:220:21:40)) 56 data > > bytes > > > > --- ftp.vim.org ping statistics --- > > 3 packets transmitted, 0 received, 100% packet loss, time 2025ms > > Yes, it's broken.

Patch 7.4.2245

2016-08-23 Fir de Conversatie Bram Moolenaar
Patch 7.4.2245 (after 7.4.2244) Problem:Filter test fails. Solution: Include missing changes. Files: src/buffer.c *** ../vim-7.4.2244/src/buffer.c2016-08-20 15:05:35.554703213 +0200 --- src/buffer.c2016-08-23 23:10:23.598122051 +0200 *** *** 2931,2942

Patch 7.4.2244

2016-08-23 Fir de Conversatie Bram Moolenaar
Patch 7.4.2244 Problem:Adding pattern to ":oldfiles" is not a generic solution. Solution: Add the ":filter /pat/ cmd" command modifier. Only works for some commands right now. Files: src/structs.h, src/ex_docmd.c, src/ex_cmds.h, src/message.c,

Re: Build 7.4.2243: Makefile:41: recipe for target 'report' failed

2016-08-23 Fir de Conversatie Elimar Riesebieter
* Dominique Pellé [2016-08-23 21:58 +0200]: > Elimar Riesebieter wrote: > > > * Dominique Pellé [2016-08-23 14:53 +0200]: > > > > [...] > >> >> 2016-8-23(Tue) 19:15:31 UTC+9 Elimar Riesebieter: > >> > [...] > >> >> > I

Re: Build 7.4.2243: Makefile:41: recipe for target 'report' failed

2016-08-23 Fir de Conversatie Dominique Pellé
Elimar Riesebieter wrote: > * Dominique Pellé [2016-08-23 14:53 +0200]: > > [...] >> >> 2016-8-23(Tue) 19:15:31 UTC+9 Elimar Riesebieter: >> > [...] >> >> > I tried to build 7.4.2243 which failed with the above messages. So >> >> > why do you want

Does the visual bell work in GTK+ 3?

2016-08-23 Fir de Conversatie Tony Mechelynck
With the following settings: :verbose set eb? vb? bo? t_vb? errorbells Last set from ~/.vimrc visualbell Last set from ~/.vimrc belloff= t_vb=^[|1000f Last set from ~/.vimrc (the latter is set in a GUIEnter autocommand, the rest in the .vimrc mainline code) when I

(bug) :sil!, :try and :echoerr

2016-08-23 Fir de Conversatie 'Andy Wokula' via vim_dev
gVim 7.4.2239 :sil! throw 'foo' " throws exception (ok) " :h :sil only talks about error messages, not exceptions :sil! try|echoerr 'foo'|endtry " nothing, should probably throw an exception, given " error message is turned into an exception according to :h :echoerr " worse: this command

Re: Vim 8 pre-announcement

2016-08-23 Fir de Conversatie skywind3000
Christian: > Hi skywind3000! > > On Di, 23 Aug 2016, skywind3000 wrote: > > > so Can I have a command ':bell' to ring the bell to notify myself that my > > async-build job has finished and I should check the quickfix output now > > while I am focusing on editing or navigating source. > > You

Re: Vim 8 pre-announcement

2016-08-23 Fir de Conversatie Christian Brabandt
Hi skywind3000! On Di, 23 Aug 2016, skywind3000 wrote: > so Can I have a command ':bell' to ring the bell to notify myself that my > async-build job has finished and I should check the quickfix output now while > I am focusing on editing or navigating source. You mean like :com Bell exe

Re: Vim 8 pre-announcement

2016-08-23 Fir de Conversatie skywind3000
> Bram: > > > Work on Vim 8.0 is coming close to an end. I hope version 8.0 can be > > released in about two weeks. > > > > This is a last chance to modify new features in a way that is not > > backwards compatible. Once 8.0 is out we can't make changes that would > > break plugins. > > > >

Re: Vim 8 pre-announcement

2016-08-23 Fir de Conversatie skywind3000
Bram: > Work on Vim 8.0 is coming close to an end. I hope version 8.0 can be > released in about two weeks. > > This is a last chance to modify new features in a way that is not > backwards compatible. Once 8.0 is out we can't make changes that would > break plugins. > Visual C++ 6 can play

Re: compiler warning w/ Studio & gtk3 GUI

2016-08-23 Fir de Conversatie Danek Duvall
On Tue, Aug 23, 2016 at 06:01:54PM +0900, Kazunobu Kuriyama wrote: > Hi Danek, > > I think that mismatch is not our fault, either. Yeah, that was my thought, but I thought perhaps the Solaris setup was somehow incorrect. But it really does look like a bug in glib/gtk. I'll see if I can get a

Re: Build 7.4.2243: Makefile:41: recipe for target 'report' failed

2016-08-23 Fir de Conversatie Elimar Riesebieter
* Dominique Pellé [2016-08-23 14:53 +0200]: [...] > >> 2016-8-23(Tue) 19:15:31 UTC+9 Elimar Riesebieter: > > [...] > >> > I tried to build 7.4.2243 which failed with the above messages. So > >> > why do you want to know which version I am running? This has IMHO > >> >

Re: Please update syntax/perl.vim

2016-08-23 Fir de Conversatie Bertram Scharpf
On Tuesday, 23. Aug 2016, 15:05:53 +0200, Christian Brabandt wrote: > Am 2016-08-23 14:49, schrieb Bertram Scharpf: > > there is a newer version of syntax/perl.vim in > > . Please update the > > Vim standard package to that. > > Open an issue at the upstream

Re: Please update syntax/perl.vim

2016-08-23 Fir de Conversatie Christian Brabandt
Am 2016-08-23 14:49, schrieb Bertram Scharpf: Hi, there is a newer version of syntax/perl.vim in . Please update the Vim standard package to that. Explanation: I happened to write a Perl tutorial with lots of example code:

Re: Build 7.4.2243: Makefile:41: recipe for target 'report' failed

2016-08-23 Fir de Conversatie Dominique Pellé
Elimar Riesebieter wrote: > * h_east [2016-08-23 04:49 -0700]: > >> Hi Elimar, >> >> 2016-8-23(Tue) 19:15:31 UTC+9 Elimar Riesebieter: > [...] >> > I tried to build 7.4.2243 which failed with the above messages. So >> > why do you want to know which

Please update syntax/perl.vim

2016-08-23 Fir de Conversatie Bertram Scharpf
Hi, there is a newer version of syntax/perl.vim in . Please update the Vim standard package to that. Explanation: I happened to write a Perl tutorial with lots of example code: v @list =

Re: [vim/vim] sh syntax script highlights multiline arrays inside an if statement incorrectly (#962)

2016-08-23 Fir de Conversatie cakirerkerem
DrChip wrote: > keremc wrote: > > > > Inside an if statement the opening parenthesis of a multiline array > > will not be highlighted at all, while the closing parenthesis will be > > highlighted as an error. > > > > > Hello: > > Please try the attached syntax/sh.vim. > > Regards, > Chip

Re: Build 7.4.2243: Makefile:41: recipe for target 'report' failed

2016-08-23 Fir de Conversatie Elimar Riesebieter
* h_east [2016-08-23 04:49 -0700]: > Hi Elimar, > > 2016-8-23(Tue) 19:15:31 UTC+9 Elimar Riesebieter: [...] > > I tried to build 7.4.2243 which failed with the above messages. So > > why do you want to know which version I am running? This has IMHO > > nothing to do with

Re: Build 7.4.2243: Makefile:41: recipe for target 'report' failed

2016-08-23 Fir de Conversatie h_east
Hi Elimar, 2016-8-23(Tue) 19:15:31 UTC+9 Elimar Riesebieter: > * h_east [2016-08-23 02:36 -0700]: > > > Hi Elimar, > > > > 2016-8-23(Tue) 18:28:18 UTC+9 Elimar Riesebieter: > > > Executed 162 tests¬ > > > 1 FAILED:¬ > > > From test_alot.vim: > > > Found errors in

Re: [patch] :make doesn't support encoding conversion

2016-08-23 Fir de Conversatie Ken Takata
Hi Bram, 2016/8/22 Mon 2:29:28 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > > > > > I wrote a patch for the following todo item: > > > > > > > > > > > > > Win32: When running ":make" and 'encoding' differs from the > > > > > > > system locale, the > > > > > > > output should be

Re: Build 7.4.2243: Makefile:41: recipe for target 'report' failed

2016-08-23 Fir de Conversatie Elimar Riesebieter
* h_east [2016-08-23 02:36 -0700]: > Hi Elimar, > > 2016-8-23(Tue) 18:28:18 UTC+9 Elimar Riesebieter: > > Executed 162 tests¬ > > 1 FAILED:¬ > > From test_alot.vim: > > Found errors in Test_tabpage_with_tab_modifier():¬ > > function > >

Re: [vim/vim] termguicolors doesn't work in terminal Vim (#993)

2016-08-23 Fir de Conversatie Ken Takata
Hi Christian, (off topic) 2016/8/23 Tue 18:50:35 UTC+9 vim-dev ML wrote: > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub, or mute the thread. The link "mute the thread" is still here. I think the link should be removed.

Re: Build 7.4.2243: Makefile:41: recipe for target 'report' failed

2016-08-23 Fir de Conversatie h_east
Hi Elimar, 2016-8-23(Tue) 18:28:18 UTC+9 Elimar Riesebieter: > Executed 162 tests¬ > 1 FAILED:¬ > From test_alot.vim: > Found errors in Test_tabpage_with_tab_modifier():¬ > function > RunTheTest[9]..Test_tabpage_with_tab_modifier[13]..39_check_tab line 4: > Expected 'help' but got

Build 7.4.2243: Makefile:41: recipe for target 'report' failed

2016-08-23 Fir de Conversatie Elimar Riesebieter
Executed 162 tests¬ 1 FAILED:¬ From test_alot.vim: Found errors in Test_tabpage_with_tab_modifier():¬ function RunTheTest[9]..Test_tabpage_with_tab_modifier[13]..39_check_tab line 4: Expected 'help' but got 'text' Repeated 9 times. Elimar -- We all know Linux is great... it does

Re: compiler warning w/ Studio & gtk3 GUI

2016-08-23 Fir de Conversatie Kazunobu Kuriyama
2016-08-23 4:45 GMT+09:00 Danek Duvall : > I'm seeing these warnings when building on Solaris with the Studio > compilers. > > "gui_gtk_f.c", line 507: warning: argument #6 is incompatible with > prototype: > prototype: pointer to void : >

tuxproject builds

2016-08-23 Fir de Conversatie zeug
As I know some of you are using them: My hoster has been experiencing serious DDoS attacks over the past few days, the data center finally decided to lock out non-European traffic to mitigate the attacks. If you wondered why I disappeared: I haven't. :-) I don't know when it will be over,