... 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 ...
52121
Bram Moolenaar
Bram@...
Oct 1, 2008 7:09 pm
Patch 7.2.023 Problem: 'cursorcolumn39; is in the wrong place in a closed fold when the display is shifted left. (Gary Johnson) Solution: Subtract w_skipcol...
52122
Richard Hartmann
richih.mailinglist@...
Oct 1, 2008 10:00 pm
... Have fun, read books, stuff yourself with food :) Richard --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
52123
Ian Kelling
IanOwl@...
Oct 1, 2008 10:30 pm
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...
52124
Tony Mechelynck
antoine.mechelynck@...
Oct 1, 2008 11:34 pm
... 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...
52125
Bram Moolenaar
Bram@...
Oct 2, 2008 4:14 pm
... 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...
52126
Bram Moolenaar
Bram@...
Oct 2, 2008 5:13 pm
... 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...
52127
Vladimir A. Pavlov
pv4@...
Oct 2, 2008 7:40 pm
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...
52128
Ian Kelling
IanOwl@...
Oct 2, 2008 8:24 pm
... 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 ...
52129
Bram Moolenaar
Bram@...
Oct 2, 2008 8:50 pm
Patch 7.2.024 Problem: It's possible to set 'history39; to a negative value and that causes an out-of-memory error. Solution: Check that 'history39; has a...
52130
Bram Moolenaar
Bram@...
Oct 2, 2008 8:56 pm
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...
52131
Ingo Karkat
swdev@...
Oct 2, 2008 9:04 pm
... 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...
52132
Craig Barkhouse
craigba@...
Oct 2, 2008 9:10 pm
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...
52133
Ian Kelling
IanOwl@...
Oct 3, 2008 8:33 am
... 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 ...
52134
James Vega
jamessan@...
Oct 3, 2008 2:20 pm
... 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...
52135
Bram Moolenaar
Bram@...
Oct 3, 2008 5:21 pm
... 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...
52136
xdegaye@...
Oct 3, 2008 7:52 pm
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...
52137
Greg
gdwarner@...
Oct 3, 2008 9:40 pm
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...
52138
Tony Mechelynck
antoine.mechelynck@...
Oct 3, 2008 10:17 pm
... 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...
52139
Greg Warner
gdwarner@...
Oct 3, 2008 10:34 pm
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...
52140
Tony Mechelynck
antoine.mechelynck@...
Oct 3, 2008 11:11 pm
... Have you kept the make logs? Anything suspicious? Best regards, Tony. -- hundred-and-one symptoms of being an internet addict: 196. Your computer costs...
52141
Richard Hartmann
richih.mailinglist@...
Oct 4, 2008 12:37 am
... 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...
52142
Vladimir A. Pavlov
pv4@...
Oct 6, 2008 7:44 pm
... 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...
52143
Richard Hartmann
richih.mailinglist@...
Oct 6, 2008 7:53 pm
... 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. ... ...
52144
Ben Schmidt
mail_ben_schmidt@...
Oct 7, 2008 2:04 am
Hi, Chip and other script developers, I have an old Vim 6 lying around I use in 'emergencies39; and discovered that it chokes on the hilinks plugin and others....
52145
Andy Wokula
anwoku@...
Oct 7, 2008 12:19 pm
... " 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...
52146
Charles Campbell
Charles.E.Campbell@...
Oct 7, 2008 1:21 pm
... Hmm, I should add that they do that if a vim earlier than vim 7.0 is used. Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You...
52147
Charles Campbell
Charles.E.Campbell@...
Oct 7, 2008 1:23 pm
... 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...
52148
Tony Mechelynck
antoine.mechelynck@...
Oct 7, 2008 6:03 pm
... What about under either or both of ":help 'list'" and ":help 'listchars39;" instead? Wouldn't that be more "discoverable"? (And žese options are referenced...
52149
Tony Mechelynck
antoine.mechelynck@...
Oct 10, 2008 4:26 am
... Don't ever modify anything under $VIMRUNTIME, including $VIMRUNTIME/filetype.vim, because any update may (and sooner or later will) silently undo your...