Hello, I've got this (?weird?) question: I'd like to be able to "clean up" existing C/C++ code so it'll have a consistent view (like, same indenting...
It's that ol' VB code again. I've got a whole bunch of "Select Case" statements of the form Select Case iFoo Case 1 {code} Case 2 {more code} Case Else {yet...
Hi, Is there a convenient way to write a message on the status line (e.g. echo "You hit the wrong key") and then have that message automatically erased, either...
Vim Users, Is there a way to change text until begining of another word? For Example: In an html file: <td>This is some text that I would Like to change</td> I...
Hi, to set filetype-specific font attributes (among other things) I recently added this to .vimrc fun! s:Init_vim() ... set gfn=Courier_New:h12:b:cANSI ... ...
Hello everybody, I've got a small problem I'd like to submit to you. I've got a script (vimspell to not name it) which sets default highlighting for highlight...
... Ok. This means I should set enc,tenc,fencs,lcs in .vimrc? The problem is here: I need different tenc,enc,etc when I run vim from console (vim) and with gui...
I just wanted to know if anyone else had seen the same behaviour ... When you use the File / Open menu in WIN32 Vim (using Windows XP if that makes any odds)...
Hello, I tested the new vim 6.3 and met the following bug: using gtk2 interface and after setting the guifonts, the text of the menus partly disappear and vim...
Vim 6.3b WinXP I am trying to extend the ftplugin/sql.vim for a few additional cases. Here is what I currently have: let b:notend = '\%(\<end\s92;+\)\@<!' "...
Anyone can explain the exact steps to use -P feature in vim63? ... I start microsoft word, open an empty document, and name it as asdf.doc. Thus the title is...
I have searched through the Perl manpages, but can't find this. I am hoping someone on this list knows if off hand. Does anyone know the Perl equivalent to the...
Hello All, I am new to this mailing list and appreciate the time and effort put by you all in maintaing this list. We have Redhat linux 9 on our server and i...
Everything is in the subject :) ... one *.t files Thanks a lot :) -- ... * Alexis Sukrieh <sukria@...> * http://www.sukria.net ... "All mail clients...
Ok I have tried everything possible. None of the :hi or -bg command lines work. How can I make the background of my gvim black in win32. This is killing me. I...
[CCing vim and vim-dev in the vain hope that the irresponsible, infected idiot will finally get a clue and purge their computer of viruses. Hint: start at...
It's been a while, but I guess I missed it the first time around: theRssWeblog (http://rss.weblogsinc.com/) mentioned that Yahoo Groups now does RSS...
Announcing: Vim (Vi IMproved) version 6.3 Author: Bram Moolenaar et al. Announcement ... This is a bugfix release of Vim. Since Vim 6.2 hundreds of reported...
I've got two longstanding vim questions that have finally irritated me enough to actually do something other than scan the man pages / docs fruitlessly. (1) I...
Hi, I'm coming from a Windows/menus background but would really like to learn gvim - the problem is that I'm stuck/going nowhere fast ;-) Hopefully someone can...
I've never posted to a users' group before. I hope I'm following the proper protocol. I have used vim on multiple platforms, and am now at another company....
... Some keys are not mappable with some keyboard drivers. But you might try map (press Ctrl-V)(press Ctrm-1) {rhs} (using, as usual, Ctrl-Q if your...
Hi, I had noticed that in Vim 6.3b, the syntax/vim.vim line 597 has the following: hi def link vimFuncName Normal Which in Vim 6.2 was: hi def link vimFuncName...
Hi All, Not sure if this issue was addressed before, but i couldnt find any suitable reply in the mailing list search. i want to know how to do this: if i...
Hi, I'm using Vim 6.1 as supplied with RedHat 9 (Huge version without GUI), running on a linux console (not an xterm). After entering visual mode, the cursor...