Patch 7.4.881

2015-09-25 Fir de Conversatie Bram Moolenaar
Patch 7.4.881 (after 7.4.879) Problem:Test 49 fails. Solution: Add line number to check of call stack. Files: src/testdir/test49.vim *** ../vim-7.4.880/src/testdir/test49.vim 2013-06-06 18:13:46.0 +0200 --- src/testdir/test49.vim 2015-09-25 17:25:33.609659111

Patch 7.4.877

2015-09-25 Fir de Conversatie Bram Moolenaar
Patch 7.4.877 (after 7.4.843) Problem:":find" sometimes fails. (Excanoe) Solution: Compare current characters instead of previous ones. Files: src/misc2.c *** ../vim-7.4.876/src/misc2.c 2015-09-15 15:57:22.815879940 +0200 --- src/misc2.c 2015-09-25 16:31:54.883481435 +0200

Patch 7.4.879

2015-09-25 Fir de Conversatie Bram Moolenaar
Patch 7.4.879 Problem:Can't see line numbers in nested function calls. Solution: Add line number to the file name. (Alberto Fanjul) Files: src/eval.c *** ../vim-7.4.878/src/eval.c 2015-09-01 16:04:26.702472363 +0200 --- src/eval.c 2015-09-25 17:15:40.627893181 +0200

Patch 7.4.880

2015-09-25 Fir de Conversatie Bram Moolenaar
Patch 7.4.880 Problem:No build and coverage status. Solution: Add links to the README file. (Christian Brabandt) Files: README.md *** ../vim-7.4.879/README.md2015-09-25 15:00:53.537813204 +0200 --- README.md 2015-09-25 17:48:39.443078759 +0200 *** *** 29,34 ---

Re: Update to vim CMake syntax files

2015-09-25 Fir de Conversatie Bram Moolenaar
Dimitri Merejkowsky wrote: > It seems the vim syntax file for CMake could be improved. > > * It contains trailing whitespace > * Some commands such as target_include_directories are not recognized. > > I've wrote two patches for these issues, which can be found on my fork of vim > on github >

Re: Patch 7.4.880

2015-09-25 Fir de Conversatie Ben Fritz
On Friday, September 25, 2015 at 10:50:50 AM UTC-5, Bram Moolenaar wrote: > Patch 7.4.880 > Problem:No build and coverage status. > Solution: Add links to the README file. (Christian Brabandt) > Files: README.md > Cool. Why does it show "Build: Failing"? -- -- You received this

Update to vim CMake syntax files

2015-09-25 Fir de Conversatie Dimitri Merejkowsky
Hi, It seems the vim syntax file for CMake could be improved. * It contains trailing whitespace * Some commands such as target_include_directories are not recognized. I've wrote two patches for these issues, which can be found on my fork of vim on github

Patch 7.4.878

2015-09-25 Fir de Conversatie Bram Moolenaar
Patch 7.4.878 Problem:Coverity error for clearing only one byte of struct. Solution: Clear the whole struct. (Dominique Pelle) Files: src/ex_docmd.c *** ../vim-7.4.877/src/ex_docmd.c 2015-09-15 14:12:01.374632607 +0200 --- src/ex_docmd.c 2015-09-25 16:52:00.718823730 +0200

Patch 7.4.882

2015-09-25 Fir de Conversatie Bram Moolenaar
Patch 7.4.882 Problem:When leaving the command line window with CTRL-C while a completion menu is displayed the menu isn't removed. Solution: Force a screen update. (Hirohito Higashi) Files: src/edit.c *** ../vim-7.4.881/src/edit.c 2015-09-01 19:25:58.324615363 +0200

[patch] OptionSet not triggered for setwinvar()

2015-09-25 Fir de Conversatie Christian Brabandt
Bram, it has been mentioned, that the OptionSet autocommand is not triggered, for setwinvar() function calls. Reason is, the setwinvar() function calls switch_win() to switch to the window which will block autocommands. Therefore here is a patch, that unblocks the autocommands, if an

Re: [patch] OptionSet not triggered for setwinvar()

2015-09-25 Fir de Conversatie Christian Brabandt
There was a small error in the patch, attached again. Mit freundlichen Grüßen Christian -- Aus Murphy's Gesetze: Das einzige Backup, das du je brauchst, ist das, für das du keine Zeit hattest. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply

Re: Bug: --remote-send can trigger FocusGained when it shouldn't

2015-09-25 Fir de Conversatie Christian J. Robinson
I apologize for being "naggy" about this, but has anybody been able to determine anything about this problem? My C is so rusty that I wasn't really able to sort out where to begin to fix this in the source code. On Fri, Sep 4, 2015 at 11:15 AM, Christian J. Robinson wrote: >

Re: [patch] Add bzl filetype with syntax, ftplugin, and indent

2015-09-25 Fir de Conversatie David Barnett
On Tuesday, September 8, 2015 at 10:46:38 AM UTC-7, David Barnett wrote: > Is this still getting merged soon? I saw a few updates in vim in the last few > weeks but haven't seen this patch land yet. > > > David Sent this as a pull request: https://github.com/vim/vim/pull/432. David -- --

Warnings compiling Vim with Ruby

2015-09-25 Fir de Conversatie LCD 47
This may or may not be new, I haven't tried compiling Vim with support for Ruby in the past. /lcd gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo

Re: Patch 7.4.880

2015-09-25 Fir de Conversatie Bram Moolenaar
Ben Fritz wrote: > On Friday, September 25, 2015 at 10:50:50 AM UTC-5, Bram Moolenaar wrote: > > Patch 7.4.880 > > Problem:No build and coverage status. > > Solution: Add links to the README file. (Christian Brabandt) > > Files: README.md > > > > Cool. Why does it show "Build:

Patch 7.4.883

2015-09-25 Fir de Conversatie Bram Moolenaar
Patch 7.4.883 (after 7.4.818) Problem:Block-mode replace works characterwise instead of blockwise after column 147. (Issue #422) Solution: Set Visual mode. (Christian Brabandt) Files: src/normal.c, src/testdir/test_listlbr.in, src/testdir/test_listlbr.ok ***

Patch 7.4.884

2015-09-25 Fir de Conversatie Bram Moolenaar
Patch 7.4.884 Problem:Travis also builds on a tag push. Solution: Filter out tag pushes. (Kenichi Ito) Files: .travis.yml *** ../vim-7.4.883/.travis.yml 2015-09-15 19:17:51.990768865 +0200 --- .travis.yml 2015-09-25 20:28:08.798341040 +0200 *** *** 12,17 --- 12,21

Re: Patch 7.4.880

2015-09-25 Fir de Conversatie Benjamin Fritz
On Fri, Sep 25, 2015 at 12:30 PM, Benjamin Fritz wrote: > > > > On Fri, Sep 25, 2015 at 11:38 AM, Bram Moolenaar wrote: > > > > > > Why do I keep getting a copy of your message through Hostway? > > > > I don't know, it's not just my emails either. I'm

Re: Patch 7.4.880

2015-09-25 Fir de Conversatie Benjamin Fritz
On Fri, Sep 25, 2015 at 11:38 AM, Bram Moolenaar wrote: > > > Why do I keep getting a copy of your message through Hostway? > I don't know, it's not just my emails either. I'm getting annoyed by that as well. I think somebody must have subscribed some sort of mailing list or

Re: Patch 7.4.880

2015-09-25 Fir de Conversatie Christian Brabandt
On Fr, 25 Sep 2015, Benjamin Fritz wrote: > Found it, it's this user: > > vps-supp...@hostway.com > > Should we ban that address for now, or send them a nice email first requesting > that they change their setup to NOT echo everything back to the sender? Hm, I thought that was solved, since I

Re: Patch 7.4.880

2015-09-25 Fir de Conversatie Bram Moolenaar
Ben Fritz wrote: > > > Why do I keep getting a copy of your message through Hostway? > > > > I don't know, it's not just my emails either. I'm getting annoyed by that > > as well. I think somebody must have subscribed some sort of mailing list or > > something. > > Found it, it's this user: >

Re: [patch] OptionSet not triggered for setwinvar()

2015-09-25 Fir de Conversatie h_east
Hi Chris.B and Bram! 2015-9-26(Sat) 6:21:20 UTC+9 Christian Brabandt: > There was a small error in the patch, > attached again. Here is a simple solution patch. https://gist.github.com/h-east/a26febcb48eb868b0676 The autocommands does not blocked, when does not switch window (and tabpage) in

Window border size fix, when in embedded mode in Windows systems

2015-09-25 Fir de Conversatie Loukas Agorgianitis
I stumbled around a problem which can be described by the screenshot posted here: http://superuser.com/questions/971915/weird-conemu-gvim-resize-border-on-gvim-spawn So i decided to reverse engineer Vim and find the bug. I am not familiar with the contributing workflow in the Vim project so i

Patch 7.4.874

2015-09-25 Fir de Conversatie Bram Moolenaar
Patch 7.4.874 Problem:MS-Windows: When Vim runs inside another application, the size isn't right. Solution: When in child mode compute the size differently. (Agorgianitis Loukas) Files: src/gui_w48.c *** ../vim-7.4.873/src/gui_w48.c2015-09-15

Patch 7.4.875

2015-09-25 Fir de Conversatie Bram Moolenaar
Patch 7.4.875 Problem:Not obvious how to contribute. Solution: Add a remark about CONTRIBUTING.md to README.md Files: README.md *** ../vim-7.4.874/README.md2015-07-10 19:21:45.667489110 +0200 --- README.md 2015-09-25 14:55:34.837215815 +0200 *** *** 89,94 ---

Patch 7.4.876

2015-09-25 Fir de Conversatie Bram Moolenaar
Patch 7.4.876 Problem:Windows7: when using vim.exe with msys or msys2, conhost.exe (console window provider on Windows7) will freeze or crash. Solution: Make original screen buffer active, before executing external program. And when the program is finished, revert