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

2012-06-21 Fir de Conversatie Ingo Karkat
On 20-Jun-2012 17:13:53 -0700 (PDT), Tor Perkins wrote: On Wed, Jun 20, 2012 at 11:37:20PM +0200, Christian Brabandt wrote: [13 sentences deleted] The bug was introduced with patch 7.3.552. The attached patch fixes it (test included). [5 sentences deleted] I've attached a patch that I

RE: Advice on debugging a crash?

2012-06-21 Fir de Conversatie John Beckett
Jonathon Merz wrote: (I don't have access to Visual Studio unfortunately) It's pretty easy to install the free Express version, see: http://vim.wikia.com/wiki/Build_Vim_in_Windows_with_Visual_Studio Debugging would require using the GUI which requires registration (if used after the first 30

Re: Advice on debugging a crash?

2012-06-21 Fir de Conversatie Shlomi Fish
On Wed, 20 Jun 2012 21:22:13 -0700 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

Extension of the GUI for VIM on iOS

2012-06-21 Fir de Conversatie Nicolas Holzschuch
Hello, I am trying to extend the Applidium port of vim to iOS. Specifically, I'm trying to add support of external keyboards (the iPad is great, but it's even more useful with an external keyboard. Especially, since it's vim, one with an Esc key). I have code for catching keyboard events,

Issue 66 in vim: Mouse reporting for wide windows

2012-06-21 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 66 by thomas...@gmail.com: Mouse reporting for wide windows http://code.google.com/p/vim/issues/detail?id=66 When using mouse=a, vim should support mouse coordinates that are 224 or higher. See e.g.

Re: Issue 66 in vim: Mouse reporting for wide windows

2012-06-21 Fir de Conversatie vim
Comment #1 on issue 66 by vega.ja...@gmail.com: Mouse reporting for wide windows http://code.google.com/p/vim/issues/detail?id=66 Vim does support the rxvt mechanism for mouse coordinates as of patch 7.3.405 (the support started earlier, but there were various bug fix patches for it).

Re: [patch] allow to set the ' and ' marks

2012-06-21 Fir de Conversatie Jürgen Krämer
Hi, Christian Brabandt wrote: Bram, setting the marks from the last visual selection is not allowed, although you can still :delmark them. From a scripting perspective it would be nice, to have those marks also settable, so here is patch, that allows this: diff --git a/src/mark.c

Re: [patch] allow to set the ' and ' marks

2012-06-21 Fir de Conversatie Christian Brabandt
On Fri, June 22, 2012 07:13, Jürgen Krämer wrote: I think you meant to write +if (c == '') here. Thanks. Sorry for the error, I guess, I shouldn't watch soccer and try to fix something in Vim at the same time ;) regards, Christian -- You received this message from the vim_dev