Bram wrote:
> Ben Schmidt wrote:
>
> > Does this have some documentation with it? How will anybody find out
> > about it if not?
>
> I didn't include it in the patch:
>
> The "edit with existing Vim" entries can be enabled by adding an
> entry in the
> registry under HKLM\Software\Vim\Gvim, named
Quickfix throws a false positive error when g++ is used, because seems
g++ added an extra ':' character at the end of the 'In file included...'
line. When the line 'In file included...' from quickfix is selected vim
opens an empty file.
g++ version : 4.6.1
Vim: 7.3
Sample output of g++:
In fi
ok, attached the patch.
On Thu, Jul 21, 2011 at 9:09 PM, mattn wrote:
> Hi list.
> when type '.' at following code, pythoncomplete does not work.
> --
> from httplib import HTTPConnection
> def autocomplete_in_function():
> h = HTTPConnection
> h.
> --
> pythoncomplete does no
On Fri, Jun 24, 2011 at 07:57:37PM +1000, Ben Schmidt wrote:
> I'll see how I go. I might be able to do some work on it next week, but
> if not, it'll be about a month before I get a chance. So if you want to
> have a go yourself, just jump in.
In short, no. I don't.
In longer: No, I don't want t
Reply to message «Re: [BUG] l: dictionary is locked before first line of a
function is executed»,
sent 18:06:57 22 July 2011, Friday
by ZyX:
Error does not happen if I initialize r with an empty list and then extend it
instead of extending l:.
Original message:
> Reply to message «Re: [BUG] l:
Reply to message «Re: [BUG] l: dictionary is locked before first line of a
function is executed»,
sent 08:03:29 22 July 2011, Friday
by ZyX:
Here is a typo: I forgot to close a parenthesis. It is not failing if I close
it. Thus I am still unable to reproduce this bug without aurum.
Original me