... Strange because I'm not able to reproduce the bug with my Vim 7.1.314 (Debian Etch backports) nor with 7.2.10 (Debian Sid). ...
Teemu Likonen
tlikonen@...
Sep 29, 2008 10:52 am
52115
... Hmm.. I will reproduce it again, tonight. I definitely saw the counter go up, though. I am not sure if I was using GVim or Vim, though.. Richard ...
Richard Hartmann
richih.mailinglist@...
Sep 29, 2008 11:09 am
52116
Hi, ... Some time ago I went bananas and implemented plugin doing the same thing http://www.vim.org/scripts/script.php?script_id=1888 It's a bit more...
Vladimir Marek
Vladimir.Marek@...
Sep 29, 2008 12:14 pm
52117
On Sun, Sep 28, 2008 at 4:35 PM, Tony Mechelynck wrote:
>
>> On Sun, Sep 28, 2008 at 9:40 AM, John Hughes wrote:
>>> I am trying to write a command that...
Matt Wozniski
mjw@...
Sep 29, 2008 8:24 pm
52118
... I'll add it to the todo list. Don't expect a solution soon... -- hundred-and-one symptoms of being an internet addict: 116. You are living with your...
Bram Moolenaar
Bram@...
Sep 29, 2008 8:58 pm
52119
In case you are wondering why I'm not responding: the coming weeks I will be taking a holiday. No internet, no email, a real vacation. -- Would you care for a...
Bram Moolenaar
Bram@...
Oct 1, 2008 6:50 pm
52120
... Have a good time, and come back refreshed and relaxed once it's over! ;-) Best regards, Tony. -- Too much of a good thing is WONDERFUL. -- Mae West ...
Tony Mechelynck
antoine.mechelynck@...
Oct 1, 2008 6:57 pm
52121
Patch 7.2.023 Problem: 'cursorcolumn' is in the wrong place in a closed fold when the display is shifted left. (Gary Johnson) Solution: Subtract w_skipcol...
Bram Moolenaar
Bram@...
Oct 1, 2008 7:09 pm
52122
... Have fun, read books, stuff yourself with food :) Richard --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Richard Hartmann
richih.mailinglist@...
Oct 1, 2008 10:00 pm
52123
I've read that Xorg X server can have keyboards change modes to do international character set. It seems like you should be able to make a vim mode where jikl...
Ian Kelling
IanOwl@...
Oct 1, 2008 10:30 pm
52124
... For programs run in an xterm or similar terminal, or for GUI programs, this is the responsibility of the program, not the X server, otherwise how would you...
Tony Mechelynck
antoine.mechelynck@...
Oct 1, 2008 11:34 pm
52125
... It just came back, 7.2.023 is checked in now. -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad...
Bram Moolenaar
Bram@...
Oct 2, 2008 4:14 pm
52126
... This patch is not in CVS yet, because the SourceForge CVS appears to be down :-(. Hopefully it comes back to life before I leave. -- hundred-and-one...
Bram Moolenaar
Bram@...
Oct 2, 2008 5:13 pm
52127
Hello! ... Then I got a reply that said it's impossible without vim code modification so I decided to find out how to fix that. I seem to find the solution...
Vladimir A. Pavlov
pv4@...
Oct 2, 2008 7:40 pm
52128
... From what I understand, international modes are togled on and off with a keypress. It would work the same way, like vim insert and normal mode. - Ian ...
Ian Kelling
IanOwl@...
Oct 2, 2008 8:24 pm
52129
Patch 7.2.024 Problem: It's possible to set 'history' to a negative value and that causes an out-of-memory error. Solution: Check that 'history' has a...
Bram Moolenaar
Bram@...
Oct 2, 2008 8:50 pm
52130
Patch 7.2.025 Problem: When a CursorHold event invokes system() it is retriggered over and over again. Solution: Don't reset did_cursorhold when getting...
Bram Moolenaar
Bram@...
Oct 2, 2008 8:56 pm
52131
... When 'list' is set, the cursor stays at the beginning of a <Tab> interval, too. So you could achieve the same effect with these settings: ':set list...
Ingo Karkat
swdev@...
Oct 2, 2008 9:04 pm
52132
Not to take sides, but just to add my comments... 1) In normal mode, if you have the 'list' option on, the cursor is displayed at the beginning of the tab...
Craig Barkhouse
craigba@...
Oct 2, 2008 9:10 pm
52133
... Think about this. Changing it would be unexpected to the vast majority of vim users. I agree with Bram, this is best left alone. - Ian ...
Ian Kelling
IanOwl@...
Oct 3, 2008 8:33 am
52134
... This ended up breaking the functionality of K all together. The entire line, starting from the beginning of the word under the cursor, is used in the...
James Vega
jamessan@...
Oct 3, 2008 2:20 pm
52135
... The way it works is intentional. It's how Vi has always worked. I have no intention to change it. Now we could start a long discussion about yet another...
Bram Moolenaar
Bram@...
Oct 3, 2008 5:21 pm
52136
vimGdb patch added to "Vim patches" Xavier de Gaye Click on http://groups.google.com/group/vim_dev/web/vim-patches - or copy & paste it into your browser's...
xdegaye@...
Oct 3, 2008 7:52 pm
52137
Can anyone confirm that typing the following breaks vim? !py import weakref Vim: Caught deadly signal ABRT Vim: Finished. Aborted Does anybody know what might...
Greg
gdwarner@...
Oct 3, 2008 9:40 pm
52138
... Works for me, with a colon instead of an exclamation mark, in a gvim version compiled with +python and the corresponding python libs installed on the...
Tony Mechelynck
antoine.mechelynck@...
Oct 3, 2008 10:17 pm
52139
I meant :py, not !py... thanks for the feedback. I've confirmed that it's only breaking on one of my builds, and on another it works, so I'm sure it's just a...
Greg Warner
gdwarner@...
Oct 3, 2008 10:34 pm
52140
... Have you kept the make logs? Anything suspicious? Best regards, Tony. -- hundred-and-one symptoms of being an internet addict: 196. Your computer costs...
Tony Mechelynck
antoine.mechelynck@...
Oct 3, 2008 11:11 pm
52141
... Note the second space after the second \. I agree with the others that yet another option is overkill. I would suggest adapting the helpfiles to reflect...
Richard Hartmann
richih.mailinglist@...
Oct 4, 2008 12:37 am
52142
... I found the section called "VIEWING TABS" in the chapter 05.7 of the ... with the explanation what the setting does. However there is no word concerning...
Vladimir A. Pavlov
pv4@...
7:44 pm
52143
... Agreed. But havin it _somewhere_ is better than nowhere. ... As this is a UI thing and quite basic, I am willing to bet that it will work everywhere. ... ...