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@...
Oct 6, 2008 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. ... ...
Richard Hartmann
richih.mailinglist@...
Oct 6, 2008 7:53 pm
52144
Hi, Chip and other script developers, I have an old Vim 6 lying around I use in 'emergencies' and discovered that it chokes on the hilinks plugin and others....
Ben Schmidt
mail_ben_schmidt@...
Oct 7, 2008 2:04 am
52145
... " This works with Vim 6.4, but not with Vim 7.1: func! Foo() echo "endfor is endfunction" endfor call Foo() " no error (with Vim6) if :endfor occurs...
Andy Wokula
anwoku@...
Oct 7, 2008 12:19 pm
52146
... Hmm, I should add that they do that if a vim earlier than vim 7.0 is used. Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You...
Charles Campbell
Charles.E.Campbell@...
Oct 7, 2008 1:21 pm
52147
... Thank you, Ben! I've just posted a bunch of updates to my website that issue a warning and does a finish if an attempt is made to use one of my scripts...
Charles Campbell
Charles.E.Campbell@...
Oct 7, 2008 1:23 pm
52148
... What about under either or both of ":help 'list'" and ":help 'listchars'" instead? Wouldn't that be more "discoverable"? (And žese options are referenced...