Vim 6.2.71 WinXP I have a file with the following in it: ALTER TABLE DBA.employee ADD PRIMARY KEY (emp_id); Or CREATE TABLE "DBA"."employee" ( "emp_id"...
Hi All, I wanted to know if its possible to use a remote startup script. Something like vim -u http://mywebsite.com/path-to-file/myvimrc <filename> I work on...
If I do a :hardcopy!<CR> on a visual selected piece of text, gvim prints the piece of text. If I call the printer dialog by scipping "!", the checkbox "only...
Hi All, I find myself constantly needing to call commands without leaving insert mode. I read the docs for <C-O>, but somehow when I use it, it doesn't work as...
I know I'm pushing it with my question allotment for today but ... How can I find the next line that does *not* contain "foobar"? I checked ... and it seems...
Hi, I am trying to automate a set of search and replace commands which transpose a lilypond file into a different key. it is supposed to do the following. find...
I'm looking to do a small script that a) finds a pattern that looks like: foobar 123456 b) Yanks all lines that match 123456 c) Puts those lines into a file d)...
Hi all: I've just installed vim 6.2 (after uninstalling vim 6.1) and now VisVim in Visual C++ 6.0 no longer works properly. In particular pressing the "Load...
Hello All I am trying to get the GUI File Chooser (displayed when selecting "File", "Open" on the menu) to NOT list *.class files for selection but I can't...
I just started using less.sh and ran into a couple of problems: I couldn't customize the behavior of less.vim; some of less.vim's mappings were being...
hello, is it possible to padd every line, if its length is smaller then 80 characters, to 80 characters with spaces? and if so, how? thanks, denis -- //...
Hi, I'm wondering whether there's a command that opens a new window to the left of the current window while still keeping the current windows's position on the...
Hello list! Does anyone know how to tune vim so that the line on which cursor is is highlighted with some color? I know that there's a tip about subj, but for...
Hi all, Well, I think the subject says it all. My question is: Is vim's start-up speed inv. proportional to the number of lines of code in your .vimrc and ...
hm. The docs say that nested regions are handled correctly by default, i.e. syn region blah matchgroup=Identifier start='{' end='}39; for the text { { } } ...
... If you want vim to insert actual line breaks (ends-of-lines) into the lines, then you want to look at ... If, OTOH, you want to move the cursor by "screen...
Hi, I am using vimspell always loaded so that I have on the fly spell checking in mutt (where I use vim the most). Everything works fine except for when I want...
I have two completely unrelated questions: 1. Is there a way to insert the result of a Vim command (such as :ver) into your document? 2. Can anyone point me...
Hello, vimmers! Is it possible to have a shell session in a splitted window? For example, I edit some file, then I issue some command (if there is one) that...
I'm developing software using Vim in a Tru64 environment. The compiler I'm using is cxx. I was wondering if there is a compiler-plugin for cxx. If not, how ...
Last post was HTML, this is Plain Text!Sorry abt that! Hi All, We have developed Intellisense for Vim. It is available for java. This works only for Windows. ...
... Yes, this is a bug. The code doesn't take care of moving backwards from the NUL after the end of the line. This patch should fix it: ... *************** ...