hello, ... *************** *** 4,10 **** VIM REFERENCE MANUAL by Bram Moolenaar ! *diff* *vimdiff* *gvimdiff* *diff-mode* This...
vassily ragosin
vr@...
May 1, 2004 7:27 am
36160
... I'll include it. I don't plan to send out a patch for this (yet). -- hundred-and-one symptoms of being an internet addict: 85. Choice between paying...
Bram Moolenaar
Bram@...
May 1, 2004 10:20 am
36161
... The tags are intentionally at that position. It's easy to guess you need to scroll forward. Not everybody thinks about scrolling backwards to see the...
Bram Moolenaar
Bram@...
May 1, 2004 10:22 am
36162
... Why should it fail? The point of :browse is that it lets us use GUI widgets to accomplish something that can also be done without them. In the syntax ... ...
Benji Fisher
benji@...
May 1, 2004 11:05 am
36163
... As VimL has been out for a number of years, of course changing the behavior now would be a disaster. Yet, this silent echoing of the next command instead...
Alejandro López-Va...
dradul@...
May 1, 2004 12:02 pm
36164
Patch 6.2.518 Problem: Last line of a window is not updated after using "J" and then "D". (Adri Verhoef) Solution: When no line is found below a change...
Bram Moolenaar
Bram@...
May 1, 2004 12:15 pm
36165
... Yes. ... Where do I find the documentation? This is part of 'man signal': SYNOPSIS #include <signal.h> void (*signal(int sig, void (*func)(int)))(int); ...
Malte Neumann
neumann@...
May 1, 2004 2:46 pm
36166
Patch 6.2.519 Problem: Mac: cannot read/write files in MacRoman format. Solution: Do internal conversion from/to MacRoman to/from utf-8 and latin1. ...
Bram Moolenaar
Bram@...
May 1, 2004 6:58 pm
36167
meaning of that?...
dkotchan@...
May 2, 2004 8:03 am
36168
Your document is attached....
george@...
May 2, 2004 11:59 am
36169
Patch 6.2.520 (extra) Problem: The NSIS installer is outdated. Solution: Make it work with NSIS 2.0. Also include console executables for Win 95/98/ME...
Bram Moolenaar
Bram@...
May 2, 2004 2:52 pm
36170
Patch 6.2.521 Problem: When using silent Ex mode the "changing a readonly file" warning is omitted but the one second wait isn't. (Yakov Lerner) Solution:...
Bram Moolenaar
Bram@...
May 2, 2004 2:54 pm
36171
... Understood. ... Thanks for the patch. It works for me. Can it become official? ... I see what you mean in the code. It's not too hard to fix though, so ...
Robert Webb
RobertW@...
May 3, 2004 4:56 am
36172
hello, when editing comments, is it possible to have j (and derivatives) behave differently? i think it can be best described with example: // hello // world ...
Denis Perelyubskiy
lists@...
May 3, 2004 6:02 am
36173
... Now that you tested it, yes. ... Looks OK, but it changes a translated string. I'll keep it for later, I find it more important to have the translations...
Bram Moolenaar
Bram@...
May 3, 2004 12:15 pm
36174
your design is not good!...
vinschen@...
May 3, 2004 1:52 pm
36175
... Try pressing gqj instead. The cursor is not where you want, but it gets the job done. GI -- A boiled egg in the morning is hard to beat....
GI
gautam@...
May 3, 2004 3:56 pm
36176
Patch 6.2.522 Problem: GUI: when changing 'cmdheight' in the gvimrc file the window layout is messed up. (Keith Dart) Solution: Skip updating the window...
Bram Moolenaar
Bram@...
May 3, 2004 7:20 pm
36177
Patch 6.2.523 Problem: When loading a session and aborting when a swap file already exists, the user is left with useless windows. (Robert Webb) Solution:...
Bram Moolenaar
Bram@...
May 3, 2004 7:24 pm
36178
Encrypted message is available....
ackahn@...
May 3, 2004 10:15 pm
36179
your big love, ;-) ++++ Attachment: No Virus found ++++ Norman AntiVirus - www.norman.com...
ackahn@...
May 4, 2004 12:38 am
36180
Instant patches....
leitner@...
May 4, 2004 12:59 am
36181
You are bad...
george@...
May 4, 2004 4:02 am
36182
Your document is attached....
mikmach@...
May 4, 2004 7:20 am
36183
... I don't know which registry entry to check to verify registering can be skipped. This code looks very unfamiliar to me anyway. I thought of a hack that...
Bram Moolenaar
Bram@...
May 4, 2004 10:35 am
36184
Patch 6.2.524 (extra, after 6.2.520) Problem: Win32: (un)installing gvimext.dll may fail if it was used. The desktop and start menu links are created for...
Bram Moolenaar
Bram@...
May 4, 2004 2:14 pm
36185
is that yours?...
ackahn@...
May 4, 2004 4:28 pm
36186
Patch 6.2.525 Problem: When the history contains a very long line ":history" causes a crash. (Volker Kiefel) Solution: Shorten the history entry to fit it...
Bram Moolenaar
Bram@...
May 4, 2004 5:19 pm
36187
Patch 6.2.526 Problem: When s:lang is "ja" the Japanese menus are not used. Solution: Add 'encoding' to the language when there is no charset. Files:...
Bram Moolenaar
Bram@...
May 4, 2004 7:11 pm
36188
Patch 6.2.527 Problem: The 2html script uses ":wincmd p", which breaks when using some autocommands. Solution: Remember the window numbers and jump to...