Using many colorschemes 't h i s' message appears yellow and is therefore hardly to read inside of a light background cterm. ... After a long long time of...
... It will help a lot to understand what you are talking about if you include an example script. Details might matter. -- hundred-and-one symptoms of being...
Hi, I've been given some html which, oddly, is half in nicely quoted attributes+values: <span class="good"> and half not <span class=bad> I'm trying to write a...
Hi all! In color xterm color 1 for is #0c0000 (red), but in dos32 it is #00000c (blue). (Strictly speaking, VGA standard palette is different, but xterm colors...
... Hash: SHA1 ... Whoops - wrong reply button... Redirected above to list and added below. ... I think the point is not 'anonymous39; per se - obviously...
Folks, i'm very-very-very sorry to post this question in this maling list because it's not directly related to vim but you're all so helpful here... :) Ctags...
Hi all! I recently discovered a wonderful feature of Vim 7.0: omnicomplete. I tried using it on my Windows installation but encountered problems. Here is what...
Hi all, Google code has now added support for a wiki. This means open source projects can have a wiki that's free, fast and reliable (hopefully :-). ...
Hi all :) Probably you've noticed that I'm used to indent the first line of the paragraphs I write. I'm sooo used to do this that I'm not doing it conciously,...
... It is normal and it has nothing to do with 'virtualedit39;. If you place the cursor intentionally "at the end" of a line, using <End> in Insert mode, <End> ...
I have a utf-8 file that uses the unicode line separator. Not something I've come across very often. In utf-8 the sequence is: 0xE2 0x80 0xA8 (e280a8) In a...
Hello, I've spent several hours, but just can't figure out, why wouldn't Vim 7.0 on my english Win Xp Pro PC execute the highlight commands from my .vimrc. I'd...
I seem to be having a problem with the default syntax folding in Vim 7.0. The syntax folding seems to get confused whenever there is a statement like this: a =...
I was recently playing around with Tim Pope's surround.vim and noticed that it suffers the same problem that my unreleased AutoClose.vim. Namely, the plugin...
Hi foks. How would I search for a regex within a particular area? The text document is very long, and I don't want to match all instances, just those I care...
Hi, I suppose it is possible to do this in Vim (what's not ?) : 1. Write a file listing all my shortcuts in VimDoc format ; 2. Assign this file to a mapping,...
... See ":help keypad-home" and what comes after. ... The above works for + (delete/cut) and * (yank/copy) in Visual mode, for - (put/paste) in Normal and...
Hi, Is it possible to load a set of files when you start gvim? (Like in Textpad, for those who know this editor) For example: I have a project containing 20...
Hi Vimmers, I'm thinking something aloud. When I work, I largely use tag-jumps (CTRL-] and CTRL-T). Also, I rely on the on the ordinary jumps (CTRL-O and...
Hi, I'm interested in being able to send/recieve telnet messages. It's for a debugger that is used over telnet. I know this is a fairly esoteric problem, and...
Hi Bram, My test shows when I use ++enc to open a file in GB18030, Vim uses CP936, which is not correct. GB18030 is a 1, 2, or 4 byte encoding, while CP936 is...
Greetings, I'm having a very strange problem with vim when composing text documents. (e-mail etc, I don't see the problem when writing code) It's somewhat hard...
I'm sure there's a fancy word for this, but is there any way to pull text to the right? suppose I have the following: COL1 INT, COL2 INT, COL3 INT, I'd...