I have recently been using the vcscommand against subversion repositories with gvim. However, in the morning I first have to use TortoiseSVN to check-in at ...
Hello dear list, I was wondering if there is a way to add a "new" way the netrw Explore function opens a file. My idea is the following: I use ":Explore" to...
hey folks, as the subject says. I've tried to figure it out by myself, but am stumped, and am turning to the list now (there's some great folks in here, btw). ...
Hi, I use a lot of key maps in vim, and sometimes I need to repeat the last keymap again. How do I do that? For ex: I use cscope key maps to lookup the keyword...
In vim + cscope, we can use command ":cs find g name" to find the definition of a function or structure. But there are some problems for structures. For...
I ran into a problem a while back with the initial temporary directory created in /tmp by tempname() being wiped out (by some system cleaning script etc...)....
Hello All I have found a way to correctly display Persian characters in Vim using Windows XP console (cmd.exe): 1) Change the console font to Lucinda console. ...
Hello All I use Vim in console mode. (Both Linux and Windows) When I want to type in Persian, I just see some junk characters. I have set the following ... ...
Let me preface this by saying that I this is a minor "nit", and one could probably argue its correctness based on artifactual behavior based on how the windows...
Hi, Is it possible to highlight multiple search ? Thanks Epanda --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Hi, I want to test my working Directory and ifdirectory does not exists, introduce a input dialog box in order to enter the directory. I have tried this in my...
After doing a put I would like to visually select the text I just pasted. This would be kind of like gv. I want to start visual mode, but select the new text,...
Hello, I would like to extract a line from every 3 lines from a file. the files looks like 1.1 1.2 1.3 1.4 1.5 1.6 I only want to extract 1.1 and 1.4 and put...
Hi, Sorry if the question seems obvious, but I noticed that my vim sessions are terminated if for any reason X crashes, which defeats the purpose of running...
Hi All! I have capslock/tab mapped to hyper/super keys in xkbcomp. How do I use them in Vim? I've tried <H-...>, <[1-5]-...> ... none of which works. Thanks, ...
Hi all, is there a way to search for a given string in all open buffers, preferably in a way that all matches show up in `:cw`? Thanks, Nico ps: I know about...
I want to map ,xhtml to output: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html...
HI, I would like to knon how to delete N blanked lines I have tried this with 8 lines but it deletes only the first blank line g/\(^\n\)92;{8}/d Thanks Epanda ...
... I think :bwipeout is the one you want, and I believe it will reduce memory usage; somebody had the same issue on the list a while ago (buffers causing...
Greetings, I have searched and seached and can't find how to do it. In my vimrc how do I test the file suffix and then set specific options for this session? ...
I was wondering if there's any debugger written specifically for Vim code? I've got a thorny problem on a vim plugin on Solaris (I can't share the code) and...
In emacs it can open a split window and run an interactive console within that buffer. How to do it in vim? for example in the first picture in this link...
Dear all, Apologies if this is obvious; I've tried searching google for a few things and I've tried grepping the vim help, but I'm obviously looking for the...
Dear *Member*, Launching *www.MyEverydayPage.com<http://www.myeverydaypage.com/> * Do you know, most of the internet surfers waste time online just for ...
1. inside the file .vimrc, how to make certain portion run only under gvim but not vim? 2. the following status line work for gvim, but under vim the word...
Is there a way to run something akin to a "one-way-filter" in vim? I need a shell script(bash) to process some user-visually-selected data and then merely...