Hi, At the following URL, it talks about Edit-Compile-Fix http://vim.sourceforge.net/whyvim.php I quote: "Edit-Compile-Fix You edit a program, type ":make" and...
... Didn't hear about this yet. I don't know what a visual class is, can't find info about it on my system. -- hundred-and-one symptoms of being an internet...
Greetings, First of all, I'd like to give huge thanks to all people contributing to VIM project. It is my favourite editor, on all platforms (anyone ...
hello, while i seem to remember something similar being discussed, i could not find it on @yahoo (maybe not searching for the right things) is it possible to...
Is :colorscheme supposed to modify the 'style39; of the statusline? I think the :colorscheme command is a great idea, but I have to reset my statusline each...
Vim 6.0av on Win 2k: I am trying to use the new bufdo command as follows: Loaded a bunch of files using ":n *.sql" let @m="" | bufdo %ya M Basically, I want to...
Hello, i have a problem with symbolic links. To test it out create a file file and a link link. # touch file # ln -s file link now start vi ... create buffer...
First, I'd like to thank the list for all the help over the years :) Now, I have installed VisVim and am using it to edit code in VC++. Although I have set the...
This might be a simple question, but even with all the new features in 6.0, I am still unable to do this. I am reading the help in Vim. I see some code that I...
Hello, take a look at gdbvim, it connects gdb and vim. maybe you could change it for jdb. http://www.volny.cz/zellerin/gdbvim/ best regards Markus Kremer...
I have mapped f7 to ... in gvim 5.7 on win2k, but the problem is that while the resulting shell window (with compiler errors) is open, I can't use the gvim...
First thanks to everyone who set suggestions on the placement of files. I found a decent place to put them and I'll experiment with the plugin idea when I get...
Win32 GUI: How can I do the following: My Vim is installed in c:\vim92;.... So when I edit any file in Vim, either by double-clicking or right-click, send to...
I'm looking for possibilities of integration with external debuger (jdb). I found in help only chapter 'alt-input39; but I don't understand what's writen here....
I noticed that in Vim 6.0au if I move the cursor past the end of line, do CTRL-V to select a rectangular block, and use insert mode command s the text I type...
Hi all, I came up with a color scheme to use highlighting colors similar to that used in Borland IDE's. I have attached the color scheme. Just copy the file...
I'm using foldmethod=syntax and I defined folding in syntax file: syn region myFold start="{" end="}" transparent fold I expect that this text: if () { aaaaa ...
Hello All: I use vim to write in rebol. rebol uses two sets of flow control characters: "()" and "[]" that is, opening and closing braces and opening and...
I have a script which creates a new window (split) each time it is running. I want that it will not create a new window each time only if it is not exist ,in...
I invoke gvim with hotkey under Win9x environment by assigning shortcut key to the gvim's icon. In previous version, when I already have gvim active in the...
Is it possible to use multi-character expressions (ex. BEGIN END) in matchpairs? It should be very useful for languages like "accell" I use! Thanks Sergio...
Hi, I just discovered mksession today (I'm a recent vim converted ;-) and there is something weird, I think (I'm using vim6au). (I've done the following...
I have a user of vim 5.6 who is getting a set of warning messages that no one else seem to be getting. These occur Only with gvim on Solaris... Warning:...
I have a couple of files (gs.vim, jcommenter.vim) I'd like sourced when I vim a .java file. Where is the "right" place to put these files? Where should I...
Is there a way to automaticaly set autoindent to the same indentionation as what is in the current file? ie. if the file uses tabs instead of space, then set...
Hi, I am using Vim 6.0au on a Solaris system running the twm window manager. When I tried to start GUI Vim, I get the following message, Testing the X display...
I realize that this is probably a very FAQ, but I couldn't find much information on it searching the mailing list archives, USENET, or the FAQ. If I've just...
Hello, I have written two functions for that. Please keep in mind. I you have a hundreds of buffers the function crashes (At least for vim 5.7)!!! ... After...