Because I currently work in a multi platform environment (Solaris, OSF/1, Linux and Windows NT), files sometimes have Ctrl-M's at the end of a line or not...
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...
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:...
Patch 6.1.150 Problem: OS/2, MS-Windows and MS-DOS: When 'shellslash39; is set getcwd() still uses backslash. (Yegappan Lakshmanan) Solution: Adjust slashes...
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:...
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) ...
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) ...
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...
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()...
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...
Hi all, Just noticed that in all of the 'built-in39; compiler files that we use setlocal for all of the compiler settings, but the current_compiler variable is...
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...
... 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...
finally got around to it...the 'ultimate39; quake based game config syntax definition. it covers configs for quake[1-3] based configs and highlights strings,...
hm...odd...seem to have forgotten to send this out...oh well...it's an indent file for XF86Config39;s...quite simple (checks for Sections and Subsections and...
Patch 6.1.142 Problem: Defining paragraphs without a separating blank line isn't possible. Paragraphs can't be formatted automatically. Solution: Allow...
I've just created syntax highlighting and smart indenting vim scripts for a fairly obscure programming language called MUF (Multi-User Forth). I figure...
hi, somehow i can't download one single script on vim.sf.net i am using mozilla here 'linux version'. clicking on it shows me only done in the statusbar and...
... This may or may not be relevant to the problem, but most documentation to Python I have at hand suggest calling PyEval_InitThreads in multithread...
Since Sven's Vim pages have stopped working and didn't show any sign of being resurrected, we speeded up the redesign of the Vim pages. Ricardo Signes has...
... You have already discussed part of this: <BS> triggers a re-indent because of the 'indentkeys39; option. Setting 'expandtab39; seems to work for me....
I, in turn, am resubmitting my old patch. I have removed two left over comments. I have also freely stolen the documentation and todo patch from Gilles Roy's. ...
Hi, This patch is better than the last one I sent. There is a seperate option for the width called 'numberwidth39;. 'numberwidth39; is the minimum amount of space...
I see [z and ]z, but they don't do what I want, which is to move to the top or bottom of the current fold and NOT to move to some other fold, even if I'm...
Hallo, last week I wrote to this mail, that after patch 6,1,126 on cvs isn't new synmenu.vim file. Now, when I tried compile vim current from source 'make...
Patch 6.1.137 Problem: Converting to HTML has a clumsy way of dealing with tabs which may change the highlighting. Solution: Replace tabs with spaces...
I didn't get answer in vim@... so I am trying here... I have problem with mapping of keyboard in both vim and gvim: ... let b:keymap_name = "cs1250" ...
Patch 6.1.141 Problem: ":wincmd gx" may cause problems when mixed with other commands. ":wincmd c" doesn't close the window immediately. (Benji Fisher) ...