Re: Compiling Vim with +ruby support (vim 7.3 - ruby 1.9.3) on Amd64

2012-06-20 Fir de Conversatie Ike Devolder
Op dinsdag 19 juni 2012 20:32:26 schreef Lomig Enfroy: Le mercredi 20 juin 2012 04:14:39 UTC+2, Thomas Dziedzic a écrit : On Tue, Jun 19, 2012 at 6:51 PM, Lomig wrote: Hello list :) As I have not been able to find a compiled package of vim with a +ruby support for my distribution

[Bug] 'iminsert' isn't a buffer variable as it should be

2012-06-20 Fir de Conversatie Yue Wu
Hi, list, As the title, :setlocal iminsert=1 in a buffer will make the value of it in all other buffers to be 1 too. From the help of 'iminsert', it should be a buffer variable. So I think it's a bug. Please confirm it, thank you. -- Regards, Yue Wu State Key laboratory of Natural

[Bug?] 'iminsert' isn't a buffer variable as it should be

2012-06-20 Fir de Conversatie Yue Wu
Hi, list, As the title, :setlocal iminsert=1 in a buffer will make the value of it in all other buffers to be 1 too. From the help of 'iminsert', it should be a buffer variable. So I think it's a bug. Please confirm it, thank you. -- Regards, Yue Wu State Key laboratory of Natural

[Bug] 'iminsert' isn't a buffer variable as it should be

2012-06-20 Fir de Conversatie Yue Wu
Hi, list, As the title, :setlocal iminsert=1 in a buffer will make the value of it in all other buffers to be 1 too. From the help of 'iminsert', it should be a buffer variable. So I think it's a bug. Please confirm it, thank you. -- Regards, Yue Wu State Key laboratory of Natural

Re: [man][de][rfr] vim.1 translated to German, please review

2012-06-20 Fir de Conversatie Theorik
Hi! Great job. Some translation suggestions: Scripsit tux. die 20.06.2012 00:09: f...@gmx.de (Florian Rehnisch) schrob am 19. Jun. 2012 um 23:59 Zeit: New vs Old Spelling issues? hmmm No, completely wrong spelling issues. :D patch? diff? kdiff.sf.net or GNU diffutils

Re: Strange position when correcting on windows.

2012-06-20 Fir de Conversatie Yukihiro Nakadaira
And I noticed that Yasuhiro's patch doesn't work when using multi-monitor with different resolution and Vim window is on secondary monitor. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the

Re: auto completion is affected from user's autocmd

2012-06-20 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: When using auto completion on php or C with user's autocmd, it's affected from user's autocmd. For example, If user want to show up quickfix, below's autocmd is useful. autocmd QuickfixCmdPost grep,grepadd,vimgrep if len(getqflist()) != 0 | copen | endif

Re: [Bug] 'iminsert' isn't a buffer variable as it should be

2012-06-20 Fir de Conversatie Bram Moolenaar
Yue Wu wrote: As the title, :setlocal iminsert=1 in a buffer will make the value of it in all other buffers to be 1 too. From the help of 'iminsert', it should be a buffer variable. So I think it's a bug. Please confirm it, thank you. I don't see this. Please check if you have

Re: [patch] crash on buffer close

2012-06-20 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: Hi Bram, consider this script: #v+ ~$ cat vim_crash_buffer.vim sp +enew set bufhidden=wipe autocmd BufWinLeave buffer wincmd p 1b! ~$ vim -u NONE -U NONE -N -i NONE -c 'so vim_crash_buffer.vim' Vim: Caught deadly signal SEGV ~$ #v- This is a rather

Re: Strange position when correcting on windows.

2012-06-20 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: I think that it is better to use GetWindowRect() and MoveWindow() instead of GetWindowPlacement() so that we can use normal (not relative) screen coordinates. Does this fix an entry in the todo list? I could not find one. This window positioning is tricky. I

Re: 'shelltemp' inserts temp file incorrectly in a filter

2012-06-20 Fir de Conversatie Bram Moolenaar
Ben Fritz wrote: When 'shelltemp' is set, the name of the temp file is inserted before the first '|' in a filter, which is wrong if the first | in the filer is just one of the arguments to the external command: gvim -N -u NONE -i NONE :set shelltemp? shelltemp :.!echo test|moretest

Re: [patch][man][de] vim.1 translated to German

2012-06-20 Fir de Conversatie Bram Moolenaar
Florian Rehnisch wrote: o Elias Diem pub.li...@webconect.ch: On 2012-06-17 Florian Rehnisch wrote: I would be gratituded if some german fellow could comment it. Here's a patch of what I think should be changed. Feel free to apply it. Done. Thanks. Thanks also to Dominik for

Patch 7.3.558

2012-06-20 Fir de Conversatie Bram Moolenaar
Patch 7.3.558 Problem:Memory access error. (Gary Johnson) Solution: Allocate one more byte. (Dominique Pelle) Files: src/misc1.c *** ../vim-7.3.557/src/misc1.c 2012-06-14 20:59:20.0 +0200 --- src/misc1.c 2012-06-20 12:34:57.0 +0200 *** *** 460,466

Re: Compiling Vim with +ruby support (vim 7.3 - ruby 1.9.3) on Amd64

2012-06-20 Fir de Conversatie Steve Hall
On Wed, Jun 20, 2012 at 2:57 AM, Ike Devolder ike.devol...@gmail.com wrote: i have posted in this mailinglist before for a solution for the dynamic ruby stuff but found no answer yet. http://code.google.com/p/vim/issues/detail?id=49 Same experience for me:

Re: Compiling Vim with +ruby support (vim 7.3 - ruby 1.9.3) on Amd64

2012-06-20 Fir de Conversatie Steve Hall
On Wed, Jun 20, 2012 at 7:12 AM, Steve Hall digit...@dancingpaper.com wrote: On Wed, Jun 20, 2012 at 2:57 AM, Ike Devolder ike.devol...@gmail.com wrote: i have posted in this mailinglist before for a solution for the dynamic ruby stuff but found no answer yet.

[PATCH] syntax: *.rch are Microsoft resource files

2012-06-20 Fir de Conversatie Alon Bar-Lev
This extension is hardcoded within Microsoft properitary toolchain[1]. [1] http://comments.gmane.org/gmane.comp.gnu.binutils/56459 Signed-off-by: Alon Bar-Lev alon.bar...@gmail.com --- runtime/filetype.vim |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Patch 7.3.559

2012-06-20 Fir de Conversatie Bram Moolenaar
Patch 7.3.559 Problem:home_replace() does not work with 8.3 filename. Solution: Make :p expand 8.3 name to full path. (Yasuhiro Matsumoto) Files: src/eval.c, src/misc1.c *** ../vim-7.3.558/src/eval.c 2012-06-13 14:28:16.0 +0200 --- src/eval.c 2012-06-20 13:52:47.0

Re: Compiling Vim with +ruby support (vim 7.3 - ruby 1.9.3) on Amd64

2012-06-20 Fir de Conversatie Steve Hall
On Wed, Jun 20, 2012 at 7:19 AM, Steve Hall digit...@dancingpaper.com wrote: I should have added... just updated to Fedora 17 which has a broken Vim also related to Ruby: error while loading shared libraries: libruby.so.1.8: cannot open shared object file: No such file or directory Sorry,

Patch 7.3.560

2012-06-20 Fir de Conversatie Bram Moolenaar
Patch 7.3.560 Problem:Get an error for a locked argument in extend(). Solution: Initialize the lock flag for a dictionary. (Yukihiro Nakadaira) Files: src/eval.c *** ../vim-7.3.559/src/eval.c 2012-06-20 14:02:23.0 +0200 --- src/eval.c 2012-06-20 14:08:34.0 +0200

Patch 7.3.561

2012-06-20 Fir de Conversatie Bram Moolenaar
Patch 7.3.561 Problem:Using refresh: always in a complete function breaks the . command. (Val Markovic) Solution: Add match leader to the redo buffer. (Yasuhiro Matsumoto) Files: src/edit.c *** ../vim-7.3.560/src/edit.c 2012-06-13 17:28:51.0 +0200 --- src/edit.c

Re: Strange position when correcting on windows.

2012-06-20 Fir de Conversatie Yukihiro Nakadaira
On Wed, Jun 20, 2012 at 7:40 PM, Bram Moolenaar b...@moolenaar.net wrote: Does this fix an entry in the todo list?  I could not find one. This window positioning is tricky.  I would like to have a few users try it out on different screen configurations.  Especially when splitting windows or

Re: Vertical split changing GVim application window position

2012-06-20 Fir de Conversatie Yukihiro Nakadaira
On Tue, Jun 19, 2012 at 8:24 PM, geoffrey.w...@thomsonreuters.com wrote: tUsing Vim 7.3 patches 1 - 556 (the Vim without Cream version) on XP SP3. I have a dual-monitor system, both monitors are the same size and resolution, the left-hand monitor is the primary one so no negative desktop

Re: [Bug?] 'iminsert' isn't a buffer variable as it should be

2012-06-20 Fir de Conversatie Taylor Hedberg
Yue Wu, Wed 2012-06-20 @ 15:21:13+0800: Please confirm it, thank you. I cannot reproduce this with Vim 7.3.556 on Linux. signature.asc Description: Digital signature

Re: Compiling Vim with +ruby support (vim 7.3 - ruby 1.9.3) on Amd64

2012-06-20 Fir de Conversatie Lomig Enfroy
Le mercredi 20 juin 2012 08:57:13 UTC+2, Ike a écrit : Op dinsdag 19 juni 2012 20:32:26 schreef Lomig Enfroy: Le mercredi 20 juin 2012 04:14:39 UTC+2, Thomas Dziedzic a écrit : On Tue, Jun 19, 2012 at 6:51 PM, Lomig wrote: Hello list :) As I have not been able to find a compiled

Re: [Bug] 'iminsert' isn't a buffer variable as it should be

2012-06-20 Fir de Conversatie Yue Wu
On Wed, 20 Jun 2012 17:55:16 +0800, Bram Moolenaar b...@moolenaar.net wrote: Yue Wu wrote: As the title, :setlocal iminsert=1 in a buffer will make the value of it in all other buffers to be 1 too. From the help of 'iminsert', it should be a buffer variable. So I think it's a bug.

Patch 7.3.562

2012-06-20 Fir de Conversatie Bram Moolenaar
Patch 7.3.562 Problem::profdel should not work when the +profile feature is disabled. Solution: Call ex_ni(). (Yasuhiro Matsumoto) Files: src/ex_cmds2.c *** ../vim-7.3.561/src/ex_cmds2.c 2012-06-13 14:28:16.0 +0200 --- src/ex_cmds2.c 2012-06-20 15:43:44.0

Re: Patch 7.3.557

2012-06-20 Fir de Conversatie Tony Mechelynck
On 20/06/12 11:55, Bram Moolenaar wrote: Patch 7.3.557 Problem:Crash when an autocommand wipes out a buffer when it is hidden. Solution: Restore the current window when needed. (Christian Brabandt) Files: src/buffer.c [...] Trying to compile Vim with TINY features: link.sh:

Adding gcc 4.7.0 support to compiler/gcc.vim

2012-06-20 Fir de Conversatie Nick Shyrokovskiy
Please consider this patch. It adds recognition of one line gcc note of undeclared identifier to 'errorformat'. -- 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

Re: 'shelltemp' inserts temp file incorrectly in a filter

2012-06-20 Fir de Conversatie Ben Fritz
On Wednesday, June 20, 2012 12:48:45 AM UTC-5, Christian Brabandt wrote: You need to set shellquote. Are you sure? gvim -N -u NONE -i NONE :set shellxquote= shellquote=\ shelltemp :.!echo test|moretest shell returned 255 line becomes: 'moretest' is not recognized as an internal or

Re: Patch 7.3.557

2012-06-20 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: On 20/06/12 11:55, Bram Moolenaar wrote: Patch 7.3.557 Problem:Crash when an autocommand wipes out a buffer when it is hidden. Solution: Restore the current window when needed. (Christian Brabandt) Files: src/buffer.c [...] Trying to compile

Re: [PATCH] syntax: *.rch are Microsoft resource files

2012-06-20 Fir de Conversatie Bram Moolenaar
Alon Bar-Lev wrote: This extension is hardcoded within Microsoft properitary toolchain[1]. [1] http://comments.gmane.org/gmane.comp.gnu.binutils/56459 Signed-off-by: Alon Bar-Lev alon.bar...@gmail.com --- runtime/filetype.vim |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: Vim 7.3.556 dumps core when freeing memory in open_line()

2012-06-20 Fir de Conversatie Gary Johnson
On 2012-06-20, Christian Brabandt wrote: On Wed, June 20, 2012 03:23, Gary Johnson wrote: I don't have all the details on this at the moment, but I ran out of time to investigate further today. In summary, opening a new line in a C comment causes Vim to dump core with various messages

Patch 7.3.564

2012-06-20 Fir de Conversatie Bram Moolenaar
Patch 7.3.564 (after 7.3.559) Problem:Warning for pointer conversion. Solution: Add type cast. Files: src/misc1.c *** ../vim-7.3.563/src/misc1.c 2012-06-20 14:02:23.0 +0200 --- src/misc1.c 2012-06-20 17:41:22.0 +0200 *** *** 4537,4543 char_u

Re: 'shelltemp' inserts temp file incorrectly in a filter

2012-06-20 Fir de Conversatie Christian Brabandt
On Wed, June 20, 2012 17:21, Ben Fritz wrote: gvim -N -u NONE -i NONE :set shellxquote= shellquote=\ shelltemp :.!echo test|moretest shell returned 255 Yes, I am pretty sure: gvim -u NONE -I NONE -N :set shellquote=\ shellxquote= shelltemp verbose=4 :.!echo test|moretest Calling shell to

Re: Patch 7.3.561

2012-06-20 Fir de Conversatie Raymond Ko
Hello, This patch breaks the dot register for my autocompletion plugin when 'refresh: always' is NOT set. Once the popup menu shows up, any following character is appended twice to the dot register. Although I can work around it by setting 'refresh: always' (my plugin is not dependent on

Re: 'shelltemp' inserts temp file incorrectly in a filter

2012-06-20 Fir de Conversatie Ben Fritz
On Wednesday, June 20, 2012 10:59:43 AM UTC-5, Christian Brabandt wrote: If there is a way to actually accomplish filtering through a program with '|' as an argument on Windows gvim, I'd love to know. If there's not a way to do so, I think there needs to be. 'shelltemp' probably should not

Re: 'shelltemp' inserts temp file incorrectly in a filter

2012-06-20 Fir de Conversatie Ben Fritz
On Wednesday, June 20, 2012 10:59:43 AM UTC-5, Christian Brabandt wrote: On Wed, June 20, 2012 17:21, Ben Fritz wrote: gvim -N -u NONE -i NONE :set shellxquote= shellquote=\ shelltemp :.!echo test|moretest shell returned 255 Yes, I am pretty sure: gvim -u NONE -I NONE -N :set

Re: Patch 7.3.561

2012-06-20 Fir de Conversatie Christian Brabandt
Hi Raymond! On Mi, 20 Jun 2012, Raymond Ko wrote: This patch breaks the dot register for my autocompletion plugin when 'refresh: always' is NOT set. Once the popup menu shows up, any following character is appended twice to the dot register. Although I can work around it by setting 'refresh:

Re: Patch 7.3.561

2012-06-20 Fir de Conversatie Raymond Ko
On Wednesday, June 20, 2012 1:40:10 PM UTC-4, Christian Brabandt wrote: Hi Raymond! On Mi, 20 Jun 2012, Raymond Ko wrote: This patch breaks the dot register for my autocompletion plugin when 'refresh: always' is NOT set. Once the popup menu shows up, any following character is appended

Re: [patch] fixed crash when pressing return in a C++ comment (bug introduced in vim-7.3.552)

2012-06-20 Fir de Conversatie Tor Perkins
On Mon, Jun 18, 2012 at 08:48:38PM +0200, Bram Moolenaar wrote: Dominique Pelle wrote: I can reproduce a crash once in a while with latest Vim-7.3.556 when pressing return in insert mode in a C++ comment. I can reproduce it as follows: # Minimalistic ~/.vimrc to reproduce bug $

Re: Patch 7.3.561

2012-06-20 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Mi, 20 Jun 2012, Raymond Ko wrote: This patch breaks the dot register for my autocompletion plugin when 'refresh: always' is NOT set. Once the popup menu shows up, any following character is appended twice to the dot register. Although I can work around it

Patch 7.3.566

2012-06-20 Fir de Conversatie Bram Moolenaar
Patch 7.3.566 (after 7.3.561) Problem:Redo after completion does not work correctly when refresh: always is not used. (Raymond Ko) Solution: Check the compl_opt_refresh_always flag. (Christian Brabandt) Files: src/edit.c *** ../vim-7.3.565/src/edit.c 2012-06-20

Re: Issue 65 in vim: Auto-wrap inside comments with numbered list is broken (regression)

2012-06-20 Fir de Conversatie Christian Brabandt
On Mi, 20 Jun 2012, v...@googlecode.com wrote: Status: New Owner: Labels: Type-Defect Priority-Medium New issue 65 by inkar...@gmail.com: Auto-wrap inside comments with numbered list is broken (regression) http://code.google.com/p/vim/issues/detail?id=65 What steps will reproduce

Re: Patch 7.3.561

2012-06-20 Fir de Conversatie Val Markovic
On Wednesday, June 20, 2012 11:27:05 AM UTC-7, Raymond Ko wrote: I just tested this on both my testcase and plugin and it seems to work fine. Someone should probably check with Val Markovic v...@markovic.io to make sure that this change does not somehow break the plugin that he is writing,

Re: Issue 65 in vim: Auto-wrap inside comments with numbered list is broken (regression)

2012-06-20 Fir de Conversatie Tor Perkins
On Wed, Jun 20, 2012 at 11:37:20PM +0200, Christian Brabandt wrote: On Mi, 20 Jun 2012, v...@googlecode.com wrote: Status: New Owner: Labels: Type-Defect Priority-Medium New issue 65 by inkar...@gmail.com: Auto-wrap inside comments with numbered list is broken (regression)

Advice on debugging a crash?

2012-06-20 Fir de Conversatie Jonathon Merz
Hi, I've recently discovered an intermittently reproducible crash in GVim on Windows 7, even using 7.3.566 built today. It's may be a bit hard for somebody else to debug since it's not reproducible every time and it's dependent on something in my .vimrc and/or .vim directory (I can never make it

Re: Advice on debugging a crash?

2012-06-20 Fir de Conversatie Dominique Pellé
Jonathon Merz jonathon.m...@gmail.com wrote: Hi, I've recently discovered an intermittently reproducible crash in GVim on Windows 7, even using 7.3.566 built today.  It's may be a bit hard for somebody else to debug since it's not reproducible every time and it's dependent on something in