Greetings, all... I have modified vim60t to support an ASCII version of the :sign command. This was partially because the graphical signs weren't quite...
I hope that subject is snappy. I recently found and cured a problem with the VIM PC port. I did not have a diff and did diff on a handy UNIX box. Since then, I...
Hi again, One thing I should mention about the ascii signs is that I made a small change to highlight_list_arg() in syntax.c in order to list them... if you...
Hi folks, My previous posting was the patch for ASCII signs. I had meant to send it as an attachment, but I guess Mutt had other ideas. You should use the -p2...
... Well, don't do it then. Making it scroll faster isn't very useful, you won't be able to read the output. ... Hmm, the patch isn't complete. msg_scrolled...
... I'll take your word on that. But I still think my locale should be en_US since that's what language I read. I don't want all the menu's and confirmation...
I have been using vim60c for some time on AIX 4.1. A colleague who decided to try vim, hit a small problem. I decided to move the installation to vim60t. I hit...
ignore if dup. I sent one message whilst I was not subscribed to the list... Ed ... hey all, I just thought I'd put my two cents worth in - 1) that bonobo is...
Hello, I have setup a file plugin for tcl files that sets up 'C' indenting (setlocal cindent). But, the problem that I am having is that tcl uses '#' for...
I've put together a patch to add the "-O[N]" command line argument, as described in the TODO text. This flag acts like the -o[N] argument, but instead of...
Hi, I remember, that vim is able to query the xterm's bg color. (Is this true ?). Unfortunately I cannot find it in the docs. Can someone help me with this...
Several people have said that this command causes a crash in the Win32 GUI ... Whatever I try, it works fine for me (I get an error message). Can someone who...
Cannot make Vim to automatically format my C comments. I want just the default /* * */ style. Almost all options are set to default; vim-6.0t; current settings...
... Yep; I managed to toally miss the point there! ... Fair point; I wasn't defending the Perl definition, but I would have thought that, given that Perl *has*...
Hi, Just for the record: for using gerspchk.vim, you'll only need one of the files, gerspchk.vim or gerspchk.vim.gz (I recommend you download the later and...
... I did a bit of poking around, and what I said before is only half the story -- it works for variables whose values include '+' (eg :let a="+10" followed by...
Hi, Everybody knows Dr Chip's cool engspchk.vim - bad luck, it's only for english, but there's also quite a few people out there editing German text files with...
I have two file name completion questions... OK, so really they are requests: 1. When completing a filename, and the filename contains an environment variable,...
In Vim 5.7, I used autocommands to set up options for C and C++ coding. I finally got round to converting these to ftplugins for Vim 6.0. But, I made a mistake...
Here's one for ya... I originally was using 'setlocal cindent' in a file in vimfiles\ftplugin92;stp.vim but since the indenting for .stp files is not exactly...
The old indent/vim.vim would get easily fooled by a number of different constructs and the resulting indenting would not be adequate. The attached new version...
People of earth!
A rough-and-tumble patch is attached. This turned out to be fairly
straightforward, which makes me think that I've missed something huge and...
So last night I started throwing together some code to allow extra (non-backrefable) subexpressions using \%(..\). The way it is at the moment, subexpressions...
Hi, I just found that the sandbox feature for statusline function evaluation (since 6.0r) kills my neat power-supply info field, since (linux specific) I have...