... text (so you can see what you're selecting) - this was the last item on my personal todo list. [one extra line of code] Vince Legal Disclaimer: Any views...
Vince Negri
vnegri@...
Aug 1, 2002 11:45 am
29368
Patch 6.1.143 (depends on 6.1.142) Problem: Auto formatting near the end of the file moves the cursor to a wrong position. In Insert mode some lines are...
Bram Moolenaar
Bram@...
Aug 1, 2002 7:00 pm
29369
... Well, assuming I understand you correctly, here is a bash script to go through and modify the existing compiler files. -Doug -- ...
Douglas L . Potts
pottsdl@...
Aug 2, 2002 12:09 pm
29370
I recently downloaded the Unix source code for Vim 6.1 and the 1-100 patches .gz. When I applied the 1-100 patches I got lots of errors referring to the other...
David Brown
dbrown@...
Aug 3, 2002 3:32 am
29371
... When you install vim-6.1.tar.bz2, vim-6.1-extra.tar.gz and vim-6.1-lang.tar.gz, all patches will be applied correctly. If you don't, then not all patches...
Aschwin Marsman - aYn...
a.marsman@...
Aug 3, 2002 9:30 am
29372
Patch 6.1.144 Problem: Obtaining the size of a line in screen characters can be wrong. A pointer may wrap around zero. Solution: In win_linetabsize()...
Bram Moolenaar
Bram@...
Aug 3, 2002 12:05 pm
29373
Patch 6.1.145 Problem: GTK: Drag&drop with more than 3 files may cause a crash. (Mickael Marchand) Solution: Rewrite the code that parses the received...
Bram Moolenaar
Bram@...
Aug 3, 2002 12:18 pm
29374
Patch 6.1.146 Problem: MS-Windows: When $HOME is constructed from $HOMEDRIVE and $HOMEPATH, it is not used for storing the _viminfo file. (Normal Diamond) ...
Bram Moolenaar
Bram@...
Aug 3, 2002 7:22 pm
29376
On Sat, 3 Aug 2002, guckes wrote: This looks like a virus to me, can it be removed from the archive? (I don't have a virus scanner on Linux, so I can't tell...
Aschwin Marsman - aYn...
a.marsman@...
Aug 4, 2002 6:05 am
29377
Hi, Someone asked for an option to control the color of line numbers when printing a while back, and here is a patch for it. The attached patch gives...
Mike Williams
mike.williams@...
Aug 4, 2002 8:11 am
29378
... Yes, that's a virus. Thanks for the warning, I'll remove it from the archive. -- I AM THANKFUL... ...for the clothes that fit a little too snug because it...
Bram Moolenaar
Bram@...
Aug 4, 2002 11:28 am
29379
... Why not use the "LineNr" highlighting? -- I AM THANKFUL... ...for all the complaining I hear about the government because it means we have freedom of...
Bram Moolenaar
Bram@...
Aug 4, 2002 11:28 am
29380
Patch 6.1.147 (extra) Problem: MS-Windows: When a dialog has no default button, pressing Enter ends it anyway and all buttons are selected. Solution:...
Bram Moolenaar
Bram@...
Aug 4, 2002 6:56 pm
29381
Patch 6.1.148 (extra) Problem: MS-Windows: ACL is not properly supported. Solution: Add an access() replacement that also works for ACL. (Mike Williams) ...
Bram Moolenaar
Bram@...
Aug 4, 2002 7:04 pm
29382
Patch 6.1.149 (extra) Problem: MS-Windows: Can't use diff mode from the file explorer. Solution: Add a "diff with Vim" context menu entry. (Dan Sharp) ...
Bram Moolenaar
Bram@...
Aug 4, 2002 7:39 pm
29383
... Obviously the title of this message was wrong. Sorry! -- hundred-and-one symptoms of being an internet addict: 92. It takes you two hours to check all 14...
Bram Moolenaar
Bram@...
Aug 4, 2002 7:42 pm
29384
Patch 6.1.150 Problem: OS/2, MS-Windows and MS-DOS: When 'shellslash' is set getcwd() still uses backslash. (Yegappan Lakshmanan) Solution: Adjust slashes...
Bram Moolenaar
Bram@...
Aug 4, 2002 7:51 pm
29385
Patch 6.1.151 (extra) Problem: Win32: The NTFS substream isn't copied. Solution: Copy the substream when making a backup copy. (Muraoka Taro) Files:...
Bram Moolenaar
Bram@...
Aug 4, 2002 8:13 pm
29386
Doh! Tidying up old emails I found one from you mentioning an additional printoption for this and didn't think further. ... Mike -- I either want less...
Mike Williams
mike.williams@...
Aug 5, 2002 8:06 am
29387
... I'm using gvim on W2K with NTFS. After applied this patch, filewritable() never return 2 for a directory. ... Please check it. ... MURAOKA Taro...
MURAOKA Taro
koron@...
Aug 5, 2002 10:26 am
29388
... Thanks for reporting this. Mike, can this be fixed? -- hundred-and-one symptoms of being an internet addict: 102. When filling out your driver's license...
Bram Moolenaar
Bram@...
Aug 5, 2002 11:55 am
29389
For all interested, the virus that came from sven's account eariler was the Klez... -Doug -- ...
Douglas L . Potts
pottsdl@...
Aug 5, 2002 12:25 pm
29390
Here's a Filetype-plugin for Changelog files. It adds the command NewChangelogEntry (in search of a better name!) and the mapping <Leader>o. Both start a new...
Nikolai 'pcp' Weibull
da.box@...
Aug 5, 2002 1:27 pm
29391
I'll look into it - may be a while due to other commitments. ... Mike -- The last bug is out of your product when your last user dies....
Mike Williams
mike.williams@...
Aug 5, 2002 2:01 pm
29392
Python users: I decided that matchit.vim is not the answer to everything, so I wrote the attached script to do % matching based on indent in Python files. You...
Benji Fisher
benji@...
Aug 5, 2002 3:03 pm
29393
... CreateFile isn't good with directories. How about something like this: if(mch_isdir(n)) { int ret = 0; if(p & R_OK) { char TempDir[_MAX_PATH+16] = ""; ...
Glenn Maynard
glenn@...
Aug 5, 2002 5:04 pm
29394
The new Vim web site is there! It works with both of these URLs: http://vim.sf.net http://www.vim.org Ricardo Signes did most of the work to organise the...
Bram Moolenaar
Bram@...
Aug 5, 2002 5:11 pm
29395
... From: "Aschwin Marsman - aYniK Software Solutions" <a.marsman@...> To: "Vim Development" <vim-dev@...> Sent: Sunday, August 04, 2002 12:39 AM ...
Alejandro López-V...
dradul@...
Aug 5, 2002 5:51 pm
29396
... Looks good. The W3C validator gives some errors, which you might want to correct to be compliant: ...
Aschwin Marsman - aYn...
a.marsman@...
Aug 5, 2002 7:01 pm
29397
... Thanks for making this. A few comments: - The current changelog plugin sets 'textwidth' to 78. That's not much, but you might want to include it. - Using...