Closed GoogleCodeExporter closed 8 years ago
Hi, thanks for taking the time to fill out a bug report.
Next time it happens, could you provide the last part of the error list? The
screenshot you sent shows the top of the error stack trace, but the actual error
message will be at the bottom of the stack.
You can most easily get to the bottom by the following these steps anytime
after you
got that error:
1. Type ":messages" to display your most recent error messages
2. Press "G" to go to the bottom of the error list
3. Copy and paste the last 5 or so messages into this bug
Thanks!
Original comment by nicora...@gmail.com
on 26 May 2010 at 2:52
Hey nico, thanks for the messages calrification.
Here is the traceback I got:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 231, in write
File "<string>", line 311, in read
File "<string>", line 1098, in set_cursor
vim.error: cursor position outside buffer
Error detected while processing CursorHoldI Auto commands for "<buffer=2>":
Traceback (most recent call last):
Error detected while processing CursorHoldI Auto commands for "<buffer=2>":
File "<string>", line 1, in <module>
Error detected while processing CursorHoldI Auto commands for "<buffer=2>":
File "<string>", line 319, in auto_read
Error detected while processing CursorHoldI Auto commands for "<buffer=2>":
File "<string>", line 311, in read
Error detected while processing CursorHoldI Auto commands for "<buffer=2>":
File "<string>", line 1098, in set_cursor
Error detected while processing CursorHoldI Auto commands for "<buffer=2>":
vim.error: cursor position outside buffer
Hope it helps
Original comment by pablog...@gmail.com
on 26 May 2010 at 3:21
I believe this is from a bug in the python integration, which has since been
fixed in
Vim 7.2.
r202 should catch these errors for people using an older version of Vim.
Original comment by nicora...@gmail.com
on 27 May 2010 at 4:37
Thanks Nico.
Since currently conque 1.0 doesn't includee a file names conque_screen.py in
autoload.
Should I copy this file to my current installation?
Original comment by pablog...@gmail.com
on 27 May 2010 at 4:51
I've been putting off conque 1.1 for long enough now. It will be released
sometime
today with this fix included.
Original comment by nicora...@gmail.com
on 27 May 2010 at 4:53
Fix released with 1.1
Original comment by nicora...@gmail.com
on 28 May 2010 at 5:58
Thanks updated to conque 1.1
Original comment by pablog...@gmail.com
on 31 May 2010 at 12:14
Original issue reported on code.google.com by
pablog...@gmail.com
on 26 May 2010 at 12:09Attachments: