Re: xxd patches

2013-11-13 Fir de Conversatie Vadim Vygonets
Quoth Tony Mechelynck on Mon, Nov 11, 2013: Note that submitting a patch to this mailing list will bring it onto the Vim community's radar; there's of course no guarantee that it will be accepted, especially since in the case of xxd, that program is (IIUC) © Juergen Weigert

Re: ^[[2;2R printed in messages area on BufEnter autocommand

2013-11-13 Fir de Conversatie LeoNerd
On Wed, 13 Nov 2013 03:19:37 +0100 Tony Mechelynck antoine.mechely...@gmail.com wrote: If the response never comes back, I don't think it's an error, but if the terminal sends back ^[[2;2R as yours seems to do, *that's* a wrong response and the best Vim can do, I think, is display it.

Re: Feature request: flag to 'complete' so that i_Ctrl-N ignores remote buffers

2013-11-13 Fir de Conversatie Christian Brabandt
On Tue, November 12, 2013 16:53, Ben Fritz wrote: On Monday, November 11, 2013 10:45:15 PM UTC-6, Suresh Govindachar wrote: Hello, Please consider providing the feature whereby i_Ctrl-N would ignore buffers whose name begins with \\machine_name\ and machine_name is a remote machine

Re: Main Window Bug

2013-11-13 Fir de Conversatie Alexander Shukaev
Sure, that's what I thought: `set guioptions-=L` does the trick, the bug is gone. Nevertheless, it would be nice if this can be fixed. On Wed, Nov 13, 2013 at 8:34 AM, Christian Brabandt cbli...@256bit.orgwrote: On Wed, November 13, 2013 01:48, Alexander Shukaev wrote: Hello, I want to

Re: Feature request: flag to 'complete' so that i_Ctrl-N ignores remote buffers

2013-11-13 Fir de Conversatie David Fishburn
On Wed, Nov 13, 2013 at 9:03 AM, Christian Brabandt cbli...@256bit.orgwrote: On Tue, November 12, 2013 16:53, Ben Fritz wrote: On Monday, November 11, 2013 10:45:15 PM UTC-6, Suresh Govindachar wrote: Hello, Please consider providing the feature whereby i_Ctrl-N would ignore

Re: Main Window Bug

2013-11-13 Fir de Conversatie Christian Brabandt
(please don't top poste. It's general list consenus, to trim quotes and answer below). On Wed, November 13, 2013 15:07, Alexander Shukaev wrote: Sure, that's what I thought: `set guioptions-=L` does the trick, the bug is gone. Nevertheless, it would be nice if this can be fixed. Alternatively,

Re: VIM 7.4 BUG

2013-11-13 Fir de Conversatie Jorge Solis
Le mercredi 25 septembre 2013 11:29:13 UTC+2, Jorge Solis a écrit : NetrwTree lose the line position (in tree mode) when go in a tab with t key I recived a response of Mr Charles Campbell that tell me to try netrw v150j but that doesnt seem to fix the problem. Anyone know why that happen? --

Re: ^[[2;2R printed in messages area on BufEnter autocommand

2013-11-13 Fir de Conversatie Patrick Brisbin
On Wed, Nov 13, 2013 at 06:49:48AM +0100, Tony Mechelynck wrote: On 13/11/13 04:07, Patrick Brisbin wrote: Thank you very much for your thorough response. My pleasure. [...] Thank you for those resources. I believe I'm well capable of compiling my own software; I just usually prefer not

Dead key problem + possible solution

2013-11-13 Fir de Conversatie Marc Thevenet
Hi, I've been having problems with dead key behavior under Windows since Vim v7.3 (gVim only, the console version does not seem to be affected). In insert mode, when I type ' followed by space, it's supposed to insert a ', but since 7.3 it just seems to add the ' to the buffer and does not

Re: Feature request: flag to 'complete' so that i_Ctrl-N ignores remote buffers

2013-11-13 Fir de Conversatie Ben Fritz
On Wednesday, November 13, 2013 8:03:18 AM UTC-6, Christian Brabandt wrote: I think what you're really asking is for a way to exclude buffers or files from being processed by insert-mode completion, if you know scanning them will be slow. This could be true for very large file,

Dead key problem + possible solution

2013-11-13 Fir de Conversatie Marc Thevenet
Hi, I've been having problems with dead keys on Windows since Vim 7.3 (gVim only, the console version does not seem to be affected) : in insert mode, when I type ' followed by space, a ' should be inserted. Instead it seems to be added to the buffer but not inserted. This is the same problem

Re: Main Window Bug

2013-11-13 Fir de Conversatie Gary Johnson
On 2013-11-13, Tony Mechelynck wrote: On 13/11/13 03:54, Alexander Shukaev wrote: Snapping is a feature of Windows. It makes the window you drag to the edge to automatically take half of the screen. I don't know if your current Gnome supports it. Probably not. I'm afraid you

Re: Dead key problem + possible solution

2013-11-13 Fir de Conversatie Tony Mechelynck
On 13/11/13 17:37, Marc Thevenet wrote: Hi, I've been having problems with dead key behavior under Windows since Vim v7.3 (gVim only, the console version does not seem to be affected). In insert mode, when I type ' followed by space, it's supposed to insert a ', but since 7.3 it just seems to

Re: Dead key problem + possible solution

2013-11-13 Fir de Conversatie Steve Hall
On Wed, Nov 13, 2013 at 12:47 PM, Tony Mechelynck wrote: There is a distribution for Windows, unofficial but built from official sources [] compiled using a gcc compiler (from MinGW, I think) From Cygwin actually. Vim support of this build method is low priority so our builds are

Re: Dead key problem + possible solution

2013-11-13 Fir de Conversatie Christian Brabandt
Hi Tony! On Mi, 13 Nov 2013, Tony Mechelynck wrote: There is a distribution for Windows, unofficial but built from official sources and updated more or less regularly, unlike the official release which is only built once per major/minor version. This unofficial Vim distribution is available

Re: Dead key problem + possible solution

2013-11-13 Fir de Conversatie Gary Johnson
On 2013-11-13, Christian Brabandt wrote: Hi Tony! On Mi, 13 Nov 2013, Tony Mechelynck wrote: There is a distribution for Windows, unofficial but built from official sources and updated more or less regularly, unlike the official release which is only built once per major/minor version.

Re: Patch 7.4.088

2013-11-13 Fir de Conversatie John Marriott
On 12-Nov-2013 2:44 PM, Bram Moolenaar wrote: Patch 7.4.088 Problem:When spell checking is enabled Asian characters are always marked as error. Solution: When 'spelllang' contains cjk do not mark Asian characters as error. (Ken Takata) Files:

Re: VIM 7.4 BUG

2013-11-13 Fir de Conversatie Charles Campbell
Jorge Solis wrote: if I knew how to fix it, I would do it but my knowledge of vim programming are not too pro 2013/11/13 Jorge Solis m...@jorgesolis.be mailto:m...@jorgesolis.be Hi Mr Campbell. It continued to happen with your vba file. The loss of line position is not a

Re: Patch 7.4.088

2013-11-13 Fir de Conversatie Ken Takata
Hi, 2013/11/14 Thu 4:37:57 UTC+9 John Marriott wrote: Hi All, This patch fails to build on (HP-UP in my case) if FEAT_MBYTE is not definedlike so: cc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -o objects/spell.o spell.c cc: spell.c, line 4237: error 1588: b_cjk undefined. cc: spell.c,

Re: gUgn not repeated with .

2013-11-13 Fir de Conversatie Christian Wellenbrock
On Monday, August 12, 2013 9:22:21 PM UTC+2, Christian Brabandt wrote: On Do, 08 Aug 2013, Dimitar DIMITROV wrote: As per the subject :) Can you check, whether the attached patch fixes it for you? regards, Christian -- Was die Welt in diesem Augenblick sucht, ist

Re: gUgn not repeated with .

2013-11-13 Fir de Conversatie Christian Wellenbrock
On Thursday, November 14, 2013 12:23:03 AM UTC+1, Christian Wellenbrock wrote: On Monday, August 12, 2013 9:22:21 PM UTC+2, Christian Brabandt wrote: On Do, 08 Aug 2013, Dimitar DIMITROV wrote: As per the subject :) Can you check, whether the attached patch fixes it for

Issue 179 in vim: set backupdir does not support double trailing slashes to include path info in filename

2013-11-13 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 179 by ma...@chromium.org: set backupdir does not support double trailing slashes to include path info in filename http://code.google.com/p/vim/issues/detail?id=179 What steps will reproduce the problem? 1. add to your

Patch to utilize undefined text-objects

2013-11-13 Fir de Conversatie Daniel Thau
Attached is a patch to add an 'autotextobject' setting which will treat undefined text-objects like quote text objects, using the provided character as bounds. For example, with this setting if a user enters di, with the cursor between two commas, the text between the commas will be removed.

Re: ^[[2;2R printed in messages area on BufEnter autocommand

2013-11-13 Fir de Conversatie Nazri Ramliy
On Thu, Nov 14, 2013 at 12:24 AM, Patrick Brisbin pbris...@gmail.com wrote: Here's a new truly minimal case, which can indeed be triggered with vim -u example.vim: example.vim set nocompatible function RegenerateCtags() silent! execute '!true' endfunction autocmd BufEnter

Re: Issue 179 in vim: set backupdir does not support double trailing slashes to include path info in filename

2013-11-13 Fir de Conversatie vim
Comment #1 on issue 179 by gary@gmail.com: set backupdir does not support double trailing slashes to include path info in filename http://code.google.com/p/vim/issues/detail?id=179 This is already in todo.txt, under *known-bugs*, and a patch was submitted 21 Oct. 2010. It has a

Re: Patch to utilize undefined text-objects

2013-11-13 Fir de Conversatie Ben Fritz
On Wednesday, November 13, 2013 7:14:20 PM UTC-6, Daniel paradigm Thau wrote: Attached is a patch to add an 'autotextobject' setting which will treat undefined text-objects like quote text objects, using the provided character as bounds.  For example, with this setting if a user enters di,

Re: ^[[2;2R printed in messages area on BufEnter autocommand

2013-11-13 Fir de Conversatie Nazri Ramliy
On Thu, Nov 14, 2013 at 9:28 AM, Nazri Ramliy ayieh...@gmail.com wrote: I can reproduce the bug using example.vim above, and multiple times in the same terminal window. Versions: $ xterm -version XTerm(278) :ver VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Nov 14 2013 08:14:53)

Re: Feature request: flag to 'complete' so that i_Ctrl-N ignores remote buffers

2013-11-13 Fir de Conversatie Suresh Govindachar
On 11/13/2013 6:03 AM, Christian Brabandt wrote: On Tue, November 12, 2013 16:53, Ben Fritz wrote: On Monday, November 11, 2013 10:45:15 PM UTC-6, Suresh Govindachar wrote: Hello, Please consider providing the feature whereby i_Ctrl-N would ignore buffers whose name begins with

Re: Patch to utilize undefined text-objects

2013-11-13 Fir de Conversatie James McCoy
On Wed, Nov 13, 2013 at 06:06:25PM -0800, Ben Fritz wrote: On Wednesday, November 13, 2013 7:14:20 PM UTC-6, Daniel paradigm Thau wrote: Attached is a patch to add an 'autotextobject' setting which will treat undefined text-objects like quote text objects, using the provided character as

Re: Patch to utilize undefined text-objects

2013-11-13 Fir de Conversatie Gary Johnson
On 2013-11-13, Ben Fritz wrote: I cannot get this patch to apply using either whatever patch utility is installed on Solaris or GNU patch on Windows. Can you please post in a different patch format? No matter how I tweak the patch file, and no matter what I put for the -p value, I cannot get

Re: Patch to utilize undefined text-objects

2013-11-13 Fir de Conversatie Daniel paradigm Thau
On Wednesday, November 13, 2013 9:06:25 PM UTC-5, Ben Fritz wrote: On Wednesday, November 13, 2013 7:14:20 PM UTC-6, Daniel paradigm Thau wrote: Attached is a patch to add an 'autotextobject' setting which will treat undefined text-objects like quote text objects, using the provided

Patch 7.4.092

2013-11-13 Fir de Conversatie Bram Moolenaar
Patch 7.4.092 (after 7.4.088) Problem:Can't build small version. Solution: Add #ifdef where the b_cjk flag is used. (Ken Takata) Files: src/spell.c *** ../vim-7.4.091/src/spell.c 2013-11-12 04:43:57.0 +0100 --- src/spell.c 2013-11-14 03:51:24.0 +0100 ***

Re: Patch to utilize undefined text-objects

2013-11-13 Fir de Conversatie Ben Fritz
On Wednesday, November 13, 2013 8:27:22 PM UTC-6, Tony Mechelynck wrote: On 14/11/13 03:06, Ben Fritz wrote: On Wednesday, November 13, 2013 7:14:20 PM UTC-6, Daniel paradigm Thau wrote: Attached is a patch to add an 'autotextobject' setting which will treat undefined text-objects

Re: Patch to utilize undefined text-objects

2013-11-13 Fir de Conversatie Ben Fritz
On Wednesday, November 13, 2013 8:45:43 PM UTC-6, Daniel paradigm Thau wrote: On Wednesday, November 13, 2013 9:06:25 PM UTC-5, Ben Fritz wrote: I cannot get this patch to apply using either whatever patch utility is installed on Solaris or GNU patch on Windows. Can you please post in a

Re: ^[[2;2R printed in messages area on BufEnter autocommand

2013-11-13 Fir de Conversatie Nazri Ramliy
On Thu, Nov 14, 2013 at 10:07 AM, Nazri Ramliy ayieh...@gmail.com wrote: On Thu, Nov 14, 2013 at 9:28 AM, Nazri Ramliy ayieh...@gmail.com wrote: I can reproduce the bug using example.vim above, and multiple times in the same terminal window. Versions: $ xterm -version XTerm(278)

Re: Patch to utilize undefined text-objects

2013-11-13 Fir de Conversatie Ben Fritz
On Wednesday, November 13, 2013 9:06:46 PM UTC-6, Ben Fritz wrote: On Wednesday, November 13, 2013 8:45:43 PM UTC-6, Daniel paradigm Thau wrote: On Wednesday, November 13, 2013 9:06:25 PM UTC-5, Ben Fritz wrote: Some googling around makes it seem as though Solaris's /usr/bin/patch may

Re: VIM 7.4 BUG

2013-11-13 Fir de Conversatie Justin M. Keyes
On Wed, Nov 13, 2013 at 10:59 AM, Jorge Solis jorgeluisso...@gmail.com wrote: Le mercredi 25 septembre 2013 11:29:13 UTC+2, Jorge Solis a écrit : NetrwTree lose the line position (in tree mode) when go in a tab with t key I recived a response of Mr Charles Campbell that tell me to try netrw

Re: Patch to utilize undefined text-objects

2013-11-13 Fir de Conversatie Kent Sibilev
On Wednesday, November 13, 2013 8:14:20 PM UTC-5, Daniel paradigm Thau wrote: Attached is a patch to add an 'autotextobject' setting which will treat undefined text-objects like quote text objects, using the provided character as bounds.  For example, with this setting if a user enters di,

Re: Issue 169 in vim: Character won't map: – (U+2013, EN DASH)

2013-11-13 Fir de Conversatie vim
Comment #2 on issue 169 by janchris...@gmail.com: Character won't map: – (U+2013, EN DASH) http://code.google.com/p/vim/issues/detail?id=169 I have the same issue and would also be interested in a solution or workaround, once one is found. -- You received this message because this

Re: Feature request: flag to 'complete' so that i_Ctrl-N ignores remote buffers

2013-11-13 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Tue, November 12, 2013 16:53, Ben Fritz wrote: On Monday, November 11, 2013 10:45:15 PM UTC-6, Suresh Govindachar wrote: Hello, Please consider providing the feature whereby i_Ctrl-N would ignore buffers whose name begins with \\machine_name\ and

Re: Patch to utilize undefined text-objects

2013-11-13 Fir de Conversatie Bram Moolenaar
Daniel Thau wrote: Attached is a patch to add an 'autotextobject' setting which will treat undefined text-objects like quote text objects, using the provided character as bounds. For example, with this setting if a user enters di, with the cursor between two commas, the text between the

Re: Issue 28 in vim: out of the box, gVim 7.3.46 for Win32 cannot write swap files on Windows 7

2013-11-13 Fir de Conversatie vim
Comment #12 on issue 28 by fritzoph...@gmail.com: out of the box, gVim 7.3.46 for Win32 cannot write swap files on Windows 7 http://code.google.com/p/vim/issues/detail?id=28 This patch will use environment variables for the temp directories for both 'directory' and 'backupdir' options.

Re: gUgn not repeated with .

2013-11-13 Fir de Conversatie Christian Brabandt
On Thu, November 14, 2013 00:23, Christian Wellenbrock wrote: On Monday, August 12, 2013 9:22:21 PM UTC+2, Christian Brabandt wrote: On Do, 08 Aug 2013, Dimitar DIMITROV wrote: As per the subject :) Can you check, whether the attached patch fixes it for you? I'd like to bring this up