Yet another Vim in the 6.0 series. It will be at least a month until the next one (I'm going on holidays). Major changes ... There is now the possibility to...
ftplugin error reporting, maybe a bug? If you have an error in an ftplugin, the error is not displayed when you launch vim with a file of that type. E.g. I...
The purpose of xxd should be to examine raw contents of the file. Unfortunately, under Cygwin it does not force binary mode on opens that rresults in incorrect...
Hello! Looks like some of the newer options don't mention their "no-" variants as a tag. Ex. fen is missing nofen foldenable is missing nofoldenable fdc...
I just noticed Johannes Zellner's message. I support that. As the appended copy of a message I sent to Charles Campbell, the set isk statement caused me...
Hello Dr. C., After searching my whole bunch of setup files I just recognized that syntax/tex.vim does a set isk=a-zA-Z please, could we agree to do /no...
Hello, actually I think plugins like <runtime>/ftplugin/man/default.vim shouldn't be installed by default, or there should be a means to inhibit loading of...
Hello! I have a regular-expression that uses 9 \(...\) pairs, but vim complains that there's "Too many \)". If you're interested, its (uuencoded and gzipped):...
it's me again! well, try this: "ayy ... "a Perez yup, using :let@" after a yank operation on a named register keeps the unnamed register pointing to the...
Yet another Vim in the 6.0 series. Major changes ... The "settings" files are now called "filetype plugins". The ":filetype settings on" command is now...
To whom it may concern ... When I ssh to my box I really need to be able to disable all the colors. I have the problem that while I try to edit I can get a...
Inspired by Dr. Campbell's diffwin.vim and hdiffwin.vim macros and my frequent need to merge code from two differenet sources, I've created some macros that...
I just tried to `crontab -e' but crontab says `no changes made to crontab' and ignores the result. I retried with EDITOR=levee and it worked. I don't know how...
Attached is a syntax file for WSH (Windows Scripting Host) files. The file extension is .wsf (not .wsh!). I wrapped a couple of syn region lines so my mailer...
I don't remember if I've posted this earlier: I'd like to have a flag set vsplitdefault which, if on makes all splitting commands do a vertical split. e.g....
hey 1) how about foldmethod=hierarchy, similar to fdm=indent but also including the "parent" (in other words, extending fdm=indent folds 1 line up) 2) why...
(gdb) where #0 0x40280e01 in kill () #1 0x80f1b9c in may_core_dump () at os_unix.c:1842 #2 0x80f1b3a in mch_windexit (r=1) at os_unix.c:1826 #3 0x80b1993...
hey folks As we all know a long wrapped line that doesn't fit on screen is displayed using @'s but when there are at lest 2 @'s, deleting lines above it...
did I say hi? when you use zc in a visual selection where there are no folds defined, the visual ends, but the text remains showed in Visual color. try this: ...
Hi all -- Martin Kahlert alerted me to the possibility of cross compiling for Win32 from a Linux (or other unix) box. The patches to the 'Make_ming.mak' file...
... check this out: gvim -u NONE -U NONE ... ^Wv [now use the mouse to move the vertical separator at will] ^Wx [now try to grab the vertical separator again,...
This appeared in 6.0i, on Win32 GUI version (not on the console version). When you start gvim with no file, gvim -u NONE, the welcome screen appears. On the...
... Here is the reason why: (gdb) where #0 0x40280e01 in kill () #1 0x80f1b9c in may_core_dump () at os_unix.c:1842 #2 0x80f1b3a in mch_windexit (r=1) at...
Finally found a problem that has been around since Vim60a. I must be the ONLY Motif developer on here, because libXpm was never correctly detected before this...
hi there guys here is a syntax file for essbase scripts (ft=csc), it also highlights Comshare BudPlus's macros " Vim syntax file " Language: Essbase script "...
Hello! With the preceding patch I got gvim.exe to compile with Borland C/C++ v5.2, but the console version of vim has ... MAKE Version 5.0 Copyright (c) 1987,...