Re: Issue 197 in vim: ]P does not paste over visually selected line

2014-02-04 Fir de Conversatie vim
Comment #1 on issue 197 by chrisbr...@googlemail.com: ]P does not paste over visually selected line http://code.google.com/p/vim/issues/detail?id=197 I see the problem. The [p paste operation does not take care of visual mode. Attached is a patch, that fixes the issue. Attachments:

Re: Issue 197 in vim: ]P does not paste over visually selected line

2014-02-04 Fir de Conversatie vim
Comment #2 on issue 197 by chr...@coosto.nl: ]P does not paste over visually selected line http://code.google.com/p/vim/issues/detail?id=197 I can confirm that this fixes my test case. But I wonder if the just 'cut' text shouldn't be put in the * register... New test case: vim -Nu NONE

Re: Issue 197 in vim: ]P does not paste over visually selected line

2014-02-04 Fir de Conversatie vim
Comment #3 on issue 197 by chrisbr...@googlemail.com: ]P does not paste over visually selected line http://code.google.com/p/vim/issues/detail?id=197 Yes, you are right. Here is an updated patch. -- You received this message because this project is configured to send all issue

Re: Issue 197 in vim: ]P does not paste over visually selected line

2014-02-04 Fir de Conversatie vim
Comment #4 on issue 197 by chrisbr...@googlemail.com: ]P does not paste over visually selected line http://code.google.com/p/vim/issues/detail?id=197 grrml, and for some reason, this stupid webinterface hasn't uploaded the patch. Here is it again Attachments:

Re: Issue 197 in vim: ]P does not paste over visually selected line

2014-02-04 Fir de Conversatie vim
Comment #5 on issue 197 by chr...@coosto.nl: ]P does not paste over visually selected line http://code.google.com/p/vim/issues/detail?id=197 I have a test case that breaks the behaviour: vim --noplugin -u NONE iabc def if (true) { TABghi TABjkl }ESCgg2Y5j2V]P Expected: abc def if

Re: ENABLE_WINDOW_INPUT flag

2014-02-04 Fir de Conversatie Suresh Govindachar
On 2/3/2014 10:25 PM, John Little wrote: On Tuesday, February 4, 2014 4:26:07 PM UTC+13, Suresh Govindachar wrote: I am told that ENABLE_WINDOW_INPUT is disabled for xterm. Why is this being done? Is that the question you meant to ask? ENABLE_WINDOW_INPUT is some win32

Re: Patch to utilize undefined text-objects

2014-02-04 Fir de Conversatie Ben Fritz
On Friday, January 31, 2014 10:40:49 PM UTC-6, Ben Fritz wrote: On Friday, January 31, 2014 1:54:30 PM UTC-6, Daniel paradigm Thau wrote: Should be fixed in the attachment. As a bonus, it now supports things such as digraphs. I think you just gave me a way to edit bulleted list items

Re: Patch to utilize undefined text-objects

2014-02-04 Fir de Conversatie Daniel paradigm Thau
On Tuesday, February 4, 2014 1:50:19 PM UTC-5, Ben Fritz wrote: On Friday, January 31, 2014 10:40:49 PM UTC-6, Ben Fritz wrote: On Friday, January 31, 2014 1:54:30 PM UTC-6, Daniel paradigm Thau wrote: Should be fixed in the attachment. As a bonus, it now supports things such

Re: Patch to utilize undefined text-objects

2014-02-04 Fir de Conversatie Peter Aronoff
On Tuesday, February 4th, 2014 at 4:50PM, Daniel paradigm Thau wrote: Should be fixed in the attachment. As a bonus, it now supports things such as digraphs. I'm loving this patch, but I do have a question. Is the following a bug or intended behavior: 1. Start with this text (cursor at the

XXD ftplugin

2014-02-04 Fir de Conversatie Lech Lorens
Hi, I'd like to propose the attached ftplugin for XXD I've been using for a long time. The plugin highlights the corresponding hexadecimal representation for the character the cursor is on and the other way around. Cheers, Lech -- -- You received this message from the vim_dev maillist. Do

Re: Patch to utilize undefined text-objects

2014-02-04 Fir de Conversatie Daniel paradigm Thau
On Tuesday, February 4, 2014 5:06:08 PM UTC-5, telemachus wrote: On Tuesday, February 4th, 2014 at 4:50PM, Daniel paradigm Thau wrote: Should be fixed in the attachment. As a bonus, it now supports things such as digraphs. I'm loving this patch, but I do have a question. Is the