Hello, I would like to add a key mapping to generate the history for my particular source code function. This is what I would like to key mapping to provide ...
49839
Neil Bird
neil@...
May 4, 2004 1:24 pm
Around about 04/05/2004 12:56, Andy Long typed ... ... I only really cobbled the ada indent file together (and *it* was based upon something else!). It's...
49838
Charles E. Campbell, ...
drchip@...
May 4, 2004 1:04 pm
... Hello! Check out http://www.erols.com/astronaut/vim/index.html#VimFuncs, click on "Visual Block Commands". You'll be getting the <vis.vim> plugin, which...
49837
Federico Nati
federico.nati@...
May 4, 2004 12:14 pm
How can I limit some particular setting in .vimrc to one specific file name extention? I.e., I want to substitute one Tab with 4 spaces, but this must happen...
49836
Andy Long
AndrewGLong@...
May 4, 2004 11:58 am
Hi all I'm writing some .vim files to handle syntax and indentation for a new programming lnaguage. I've just about got the syntac file sorted out, and I ...
49835
Yakov Lerner
qlerner@...
May 4, 2004 10:52 am
Hello, I am writing a script which does something and also provides interactive way of configuring itself. (Like it's own small 'options39;, but only two...
49834
Jorge Almeida
jalmeida@...
May 4, 2004 8:10 am
I'm trying to make my own color scheme for gvim. The command :h MoreMsg (for example) takes me to a list of gui components for which I can set the color. Now,...
49833
Mark Woodward
markwoodward@...
May 4, 2004 7:25 am
... matchit.vim I think it's included with vim anyway? Maybe theres an option in there to 'ignore in comments'. -- Mark Woodward markwoodward AT ...
49832
Bill Turner
turner_bill@...
May 4, 2004 7:22 am
... Hash: SHA1 ... in the file '"yours.pif"', attached to the enclosed email message. We scanned the file using Norton AntiVirus but were unable to clean it. ...
49831
ackahn@...
May 4, 2004 7:03 am
Important!...
49830
Martin Metz
martin.metz@...
May 4, 2004 6:39 am
... Well the explanation is very simple but probably not fatisfactiory for you: The normal match algorishm with % is (mostly) language indepdent. At least the...
49829
ackahn@...
May 4, 2004 6:07 am
Your document is attached....
49828
Gary Johnson
garyjohn@...
May 4, 2004 4:59 am
... I have an idea. Put this in your vimrc instead: compiler! bcc The '!' causes the compiler options to be set globally rather than locally, for just the...
49827
Gandhar Gokhale
gandhar.gokhale@...
May 4, 2004 4:33 am
Hello, Here's an observation I have. When I put c++ style (single line) comments in a c file (being edited in vim or gvim), if the line has '{' somewhere, the...
49826
jonah
jonahgoldstein@...
May 4, 2004 2:34 am
... I have "compiler bcc" in my vimrc already. I've been doing ":make | cope" when I compile -- is there any way that could be causing the problem? If not,...
49825
Gary Johnson
garyjohn@...
May 4, 2004 2:01 am
... I took a quick look at the default errorformat and I don't see any patterns there that match your compiler's output. Looking at ... and the examples...
49824
jonah
jonahgoldstein@...
May 4, 2004 1:32 am
... Window_ColorAndLocation.cpp MyClass.cpp ... 2000 Borland ... in function MyClass::myMethod() Does this give you any clues about why the errors aren't...
49823
Michael Naumann
michael@...
May 4, 2004 12:44 am
... Search for rangecommand.vim by Stefan Roemer, which supports what you want - not only for character-wise but also for block-wise selection. HTH, Michael...
49822
Alan G Isaac
aisaac@...
May 4, 2004 12:35 am
I have a character-wise visual selection. I want to make a substitution within this selection but not elsewhere on the affected line(s). Do I need to delete...
49821
Luc Hermitte
hermitte@...
May 3, 2004 11:18 pm
Hello, ... Personnally (check my signature), in one of my cpp plugin, I have an explicit (as some of my C-ftplugins must be loaded first for this ftplugin ;...
49820
Gary Johnson
garyjohn@...
May 3, 2004 10:37 pm
... Yes, that should do it. ... I don't know all the things that could possibly go wrong, but when this hasn't worked for me, the problem has always been an...
49819
OvErboRed
overbored@...
May 3, 2004 10:05 pm
Thanks for pointing out those options. I now have password-less access. However, I couldn't find an option that lets me set which terminal to use when...
49818
jonah
jonahgoldstein@...
May 3, 2004 9:54 pm
Hi, Is there an easy way to jump from a quickfix window error to the linenumber of the file where the error occured? Ideally, it would open the file if was not...
49817
Gary Johnson
garyjohn@...
May 3, 2004 9:36 pm
... If you want to have an autocommand triggered when opening a new file, use the BufNewFile event. To have an autocommand triggered when opening either new...
49816
OvErboRed
overbored@...
May 3, 2004 9:35 pm
I didn't realize they were distinct. Anyway, I tried it again just to be sure, and changing the .vim file does in fact change the indentation. Is there a...
49815
Gary Holloway
gary@...
May 3, 2004 7:53 pm
I normally run gvim with line numbers turned on, and have LineNr highlighting set to my liking. What would be really great is if I could set another highlight...
49814
Bruno Boettcher
bboett@...
May 3, 2004 7:30 pm
Hello i am not really aware how this works, but i am wondering about the officiel perl plugin the missing of the vital errorformat stuff... i finally found...
49813
Hari Krishna Dara
hari_vim@...
May 3, 2004 7:02 pm
... Most probably not, the select could be followed by a number of field names one multiple lines. ... I definitely would like to specify a blank line as a...
49812
dkotchan@...
May 3, 2004 6:52 pm
Important!...
49811
gumnos (Tim Chase)
gumnos@...
May 3, 2004 6:40 pm
... so ... Well, one option would be to use grouping operators. I'm not sure if your SELECT will always be on the line preceeding the FROM line, but you might...