Hi folks, I've got some CC source files that were generated by rational rose and they annoy me to death. There are a ton of lines that look like this in it: ...
I seem to be having trouble with the subscription confirmation to vim-dev, so I'll post this here for now. ... From: Eric Arnold <eric.p.arnold@...> ...
Hi VIMmers, I'm sorry that I'm not able to sync the SVN repository with the CVS repository on time today, because the network is suffering some problems. I had...
Hi all, I'm slapping together a quick syntax highlighting plugin for LiveJournal39;s S2 code. S2 has a special type of string that is delimited by three quotes,...
Is there a script function version of :isearch (akin to taglist)? -- [neil@fnx ~]# rm -f .signature [neil@fnx ~]# ls -l .signature ls: .signature: No such file...
Folks, I am using gvim and when I edit a file it makes a copy of the file on my disk with a ~ appendend to the new file created. How can I switch this off as...
Just a minor bug. It may not be fixable I am not sure. But I run GVim with 'set mouse=' (i.e. mouse completely disabled). However, if the mouse hovers over the...
Hi. My name is Marcelo I'm new in this list and in VIM. My question is about one "input" to many lines and columns in just one render (evaluation, returns ...)...
I want to trap changes in the value of 'modified39; (execute my commands when first change is done to the buffer, and when undo reverts buffer to unmodified...
Hi vimmers, When searching through text files using regex, I am trying unsuccessfully to negated a complicated pattern without success. What doesn't help is...
Hi all, Check out the gF command in Vim7. This normal-mode command jumps to the filename under cursor and if a line number follows the file name, positions the...
I've Googled and Yahooed my way around the web trying to find the answer to this to no avail, so I thought I would query this potential gold mine of...
Hi, I have vim 6.4 (non cygwin) installed on a couple of Win2k3 servers, running the built in MS telnet server. When I connect using the built-in WinXP/Win2k...
*** WinXP, gvim70g. Hi, The help for 'vimgrep39; says: "To be able to do this Vim loads each file as if it is being edited. When there is no match in the file...
I think I've found the thing that triggers my problem with TabLineSet.vim where the tabline function get called for every keystroke: I reset the highlighting...
Hello, I could not find the command to open a buffer in its own tab -- what is it? (Somewhat like ... the buffer whose name uniquely matches <partial>). ...
Announcing: Vim (Vi IMproved) version 7.0g BETA This is the last BETA release of Vim 7 (hopefully). The last few days there have been too many changes to do...
In every beta of gVim I've tried on Linux/GTK2 (through 70g) I get the following error with :hardcopy : E673: Incompatible multi-byte encoding and character...
Though I cannot reproduce it, this has been happening to me throughout the betas. 70f WinXP SP2 I have the Taglist window open (though I don't believe it is...
Hi There, I'm using two most downloaded vim plugins MiniBufferExplorer(By bindu wavell) and taglist(By Yegappan Lakshmanan) for working on C++ files. When I...
... [...] The above was posted on the mutt mailing list and has '> ' in col. 1-2 and I would have liked to get rid of these two characters. What would be the...
Hello Many times I open some strange file (some log, readme, txt, licence and many others) - they all have different syntax. While I don't want coloring to be...
I found such a problem: I can't use key combinations with functional keys, so I can't map something on Ctrl+F9 for example. If I map it on Ctrl+<LETTER> ...
I've recently changed my locale to en_GB.utf8 because I found some characters in some emails viewed in Mutt weren't showing correctly (curly quotes for one so...
Greetings, Sorry if this is an obvious one but I searched using a variety of arguments and nothing was too clear. I also looked at _gvimrc and changed the...
Is there a way to highlight a sequence of non-tabs followed by a sequence of tabs (/^[^\t]\+\t\+/) differently from the next such sequence? For example in the...
Hello, ... This problem should be fixed in the Minibuffer explorer plugin. When you select a buffer for editing, the Minibuffer explorer plugin should do the ...
... Say, I do the following: 1. I enter insert mode 2. I start to type the following introductory text: I am writing this short email message to ask the...