Re: vim-6.1 syntax highlighting

2003-09-19 Thread christopher j bottaro
19 Sep 2003 11:49:53 -0500 > > christopher j bottaro <[EMAIL PROTECTED]> wrote: > > the debian systems at my school have vim-6.1 but don't do syntax > > highlighting. > > how do i get syntax highlighting like on my redhat-9 system at home? > > Hi Christoph

vim-6.1 syntax highlighting

2003-09-19 Thread christopher j bottaro
the debian systems at my school have vim-6.1 but don't do syntax highlighting. how do i get syntax highlighting like on my redhat-9 system at home? thanks, -- christopher -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: vim-6.1 syntax highlighting

2003-09-19 Thread Sean Estabrooks
On Fri, 19 Sep 2003 11:49:53 -0500 christopher j bottaro <[EMAIL PROTECTED]> wrote: > the debian systems at my school have vim-6.1 but don't do syntax > highlighting. > how do i get syntax highlighting like on my redhat-9 system at home? > Hi Christopher, If the syntax

vim-6.1 syntax highlighting

2003-09-19 Thread christopher j bottaro
the debian systems at my school have vim-6.1 but don't do syntax highlighting. how do i get syntax highlighting like on my redhat-9 system at home? thanks, -- christopher -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: vim question - comment multiple lines

2003-09-10 Thread Marc Adler
* Mike Wooding <[EMAIL PROTECTED]> [2003-09-10 08:45]: > > --- Vidiot <[EMAIL PROTECTED]> wrote: > > >* Marc Adler <[EMAIL PROTECTED]> [2003-09-09 > > 19:46]: > > >> * Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> > > [2003-09-09 17:21]: > > >> > > > >> ctrl-I > > > ^^ > > >(Oops, tha

Re: vim question - comment multiple lines

2003-09-10 Thread shishir patil
> I think you can also use > > :%s/^/(your text)/g > > regular _expression_ which will put the text at the begining.> > -shishir> Yes but the % is a special range that means every line in the file not select few lines. Bret you are right. In that replace % with start_line_number, end_line_number y

Re: vim question - comment multiple lines

2003-09-10 Thread Bret Hughes
On Wed, 2003-09-10 at 14:18, shishir patil wrote: > I think you can also use > > :%s/^/(your text)/g > > regular expression which will put the text at the begining. > > -shishir > Yes but the % is a special range that means every line in the file not select few lines. Bret -- redhat-

Re: vim question - comment multiple lines

2003-09-10 Thread shishir patil
I think you can also use   :%s/^/(your text)/g   regular _expression_ which will put the text at the begining.   -shishirMKlinke <[EMAIL PROTECTED]> wrote: On Wednesday 10 September 2003 12:48, Bret Hughes wrote:> On Tue, 2003-09-09 at 23:55, MKlinke wrote:> > On Tuesday 09 September 2003 22:17,

Re: vim question - comment multiple lines

2003-09-10 Thread Mike Wooding
--- Vidiot <[EMAIL PROTECTED]> wrote: > >* Marc Adler <[EMAIL PROTECTED]> [2003-09-09 > 19:46]: > >> * Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> > [2003-09-09 17:21]: > >> > > >> ctrl-I > > ^^ > >(Oops, that was supposed to be 'capital I') > >Marc Adler > > Since when is there a

Re: vim question - comment multiple lines

2003-09-10 Thread MKlinke
On Wednesday 10 September 2003 12:48, Bret Hughes wrote: > On Tue, 2003-09-09 at 23:55, MKlinke wrote: > > On Tuesday 09 September 2003 22:17, Herculano de Lima Einloft Neto > > > > wrote: > > > I guess this is an easy one.. how can I insert / delete > > > something at the beggining of each line

Re: vim question - comment multiple lines

2003-09-10 Thread Vidiot
>* Marc Adler <[EMAIL PROTECTED]> [2003-09-09 19:46]: >> * Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> [2003-09-09 17:21]: >> > >> ctrl-I > ^^ >(Oops, that was supposed to be 'capital I') >Marc Adler Since when is there a difference between ^i and ^I? If it must be a "I", then it i

Re: vim question - comment multiple lines

2003-09-10 Thread Bret Hughes
On Tue, 2003-09-09 at 23:55, MKlinke wrote: > On Tuesday 09 September 2003 22:17, Herculano de Lima Einloft Neto > wrote: > > I guess this is an easy one.. how can I insert / delete something > > at the beggining of each line of a block in vi? Still can't figure > > it, though there must be at l

Re: vim question - comment multiple lines

2003-09-10 Thread Marc Adler
* Marc Adler <[EMAIL PROTECTED]> [2003-09-09 19:46]: > * Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> [2003-09-09 17:21]: > > > ctrl-I ^^ (Oops, that was supposed to be 'capital I') -- Marc Adler -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat

Re: vim question - comment multiple lines

2003-09-10 Thread Herculano de Lima Einloft Neto
Now that's what I can a generous, eager to share community. Thanks a lot for all the information, people, I really appreciate it, and will surely put it to use. -- Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://w

Re: vim question - comment multiple lines

2003-09-10 Thread A. S. Budden
Thus spake Herculano de Lima Einloft Neto: > > I guess this is an easy one.. how can I insert / delete something at > the beggining of each line of a block in vi? Still can't figure it, > though there must be at least ten ways. Lots of ways... 0 Ctrl-V j selects the first column of the b

Re: vim question - comment multiple lines

2003-09-09 Thread Didier Casse
Hahaha. I was expecting this reply from the list! I should expand my knowledge in Vim too. But my PERL program still works and I wrote that in less than a minute to do the job. I got your point. I'm still expanding my knowledge but the problem is that I've to expand my Physics knowle

Re: vim question - comment multiple lines

2003-09-09 Thread Marc Adler
* Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> [2003-09-09 17:21]: > > I guess this is an easy one.. how can I insert / delete something at > the beggining of each line of a block in vi? Still can't figure it, > though there must be at least ten ways. > > Thanks in advance > -- > Hercu

Re: vim question - comment multiple lines

2003-09-09 Thread MKlinke
On Tuesday 09 September 2003 22:17, Herculano de Lima Einloft Neto wrote: > I guess this is an easy one.. how can I insert / delete something > at the beggining of each line of a block in vi? Still can't figure > it, though there must be at least ten ways. > > Thanks in advance 1 of 10 ... Pla

Re: vim question - comment multiple lines

2003-09-09 Thread Jason Dixon
On Wed, 2003-09-10 at 00:18, Didier Casse wrote: > On Wed, 10 Sep 2003, Herculano de Lima Einloft Neto wrote: > > > > I guess this is an easy one.. how can I insert / delete something at > > the beggining of each line of a block in vi? Still can't figure it, > > though there must be at least t

Re: vim question - comment multiple lines

2003-09-09 Thread Cameron Simpson
On 00:17 10 Sep 2003, Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> wrote: | I guess this is an easy one.. how can I insert / delete something at | the beggining of each line of a block in vi? Still can't figure it, | though there must be at least ten ways. For lines 10 to 20: :10,

Re: vim question - comment multiple lines

2003-09-09 Thread Jason Dixon
On Tue, 2003-09-09 at 23:17, Herculano de Lima Einloft Neto wrote: > I guess this is an easy one.. how can I insert / delete something at > the beggining of each line of a block in vi? Still can't figure it, > though there must be at least ten ways. (command mode) # inserts "string1" at beginn

Re: vim question - comment multiple lines

2003-09-09 Thread Didier Casse
On Wed, 10 Sep 2003, Herculano de Lima Einloft Neto wrote: > > I guess this is an easy one.. how can I insert / delete something at > the beggining of each line of a block in vi? Still can't figure it, > though there must be at least ten ways. > On way is to use PERL! Since I'm familiar wit

vim question - comment multiple lines

2003-09-09 Thread Herculano de Lima Einloft Neto
I guess this is an easy one.. how can I insert / delete something at the beggining of each line of a block in vi? Still can't figure it, though there must be at least ten ways. Thanks in advance -- Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe

Re: vim question - search for non-printable char

2003-09-09 Thread Bret Hughes
On Tue, 2003-09-09 at 07:40, Gary Stainburn wrote: > Hi folks, > > I know this is a simple one but it's foxed me. > > How do I enter non-printable chars as a search string? > > If I cut/paste some emails into gvim I get lots of blue 'pipe' symbols > embedded in the text. If I do :ascii I get th

vim question - search for non-printable char

2003-09-09 Thread Gary Stainburn
Hi folks, I know this is a simple one but it's foxed me. How do I enter non-printable chars as a search string? If I cut/paste some emails into gvim I get lots of blue 'pipe' symbols embedded in the text. If I do :ascii I get the following: <| >160, Hex a0, Octal 240 However, I can't

process vim causes segmentation fault

2003-03-01 Thread Kapil Khanna
My linux box was started to respond very slowly so i ran top. What i saw was vim was consuming 90%+ CPU. So i decided to run strace strace -p revealed --- SIGSEGV (Segmentation fault) --- --- SIGSEGV (Segmentation fault) --- --- SIGSEGV (Segmentation fault) --- over and over again. The strange

Vim: caps lock status

2002-12-09 Thread John-Paul Delaney
Hello list... Excuse me if it's off-topic but I'd like to know how to continuously show the status of CAPS LOCK in the status bar of vim (in text-mode i.e. not the gui). I frequently mess things up as I've forgotten to turn off CAPS LOCK. Thanks /j-p. -- redhat-li

Re: VIM and SSH (Putty)

2002-07-06 Thread Alan Becker
oyance... Has anyone successfully gotten VIM > key mappings and colorschemes to work properly under Putty (or any Windows > SSH client for that matter)? Some key mapping (pg up, pg down, delete, and > others) are not working as they should and colorschemes are way off. Not > sur

Re: VIM and SSH (Putty)

2002-07-05 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Calbazana, Al wrote: >Silly question, but it's an annoyance... Has anyone successfully gotten VIM >key mappings and colorschemes to work properly under Putty (or any Windows >SSH client for that matter)? Some key mapping (pg up, p

Re: VIM and SSH (Putty)

2002-07-05 Thread David Lupo
On Fri, Jul 05, 2002 at 04:30:09PM -0400, Calbazana, Al wrote: > Silly question, but it's an annoyance... Has anyone successfully gotten VIM > key mappings and colorschemes to work properly under Putty (or any Windows > SSH client for that matter)? Some key mapping (pg up, pg dow

VIM and SSH (Putty)

2002-07-05 Thread Calbazana, Al
Silly question, but it's an annoyance...  Has anyone successfully gotten VIM key mappings and colorschemes to work properly under Putty (or any Windows SSH client for that matter)?  Some key mapping (pg up, pg down, delete, and others) are not working as they should and colorscheme

[OT] vim script forces [Enter] as last character

2001-11-25 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to write a vim script that ends with vim in insert mode. I can get to insert mode, but vim adds a linefeed, as if I'd pressed the [Enter] key after my last command. The script file ends on the same line as the last command (A). T

Re: vim, backspace in INSERT mode?

2001-11-14 Thread Statux
What is TERM set to when you run vim? echo $TERM there are a few termtypes that have strange keymaps. telnet often exhibits this behavior. On Thu, 22 Nov 2001, Kevin wrote: > Hello all, > > Call me crazy but i swear i used to be able to use the > BACKSPACE key in INSERT mode to

Re: vim, backspace in INSERT mode?

2001-11-14 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >On Thu, Nov 22, 2001 at 03:18:20PM -0500, Kevin wrote: >> Call me crazy but i swear i used to be able to use the >> BACKSPACE key in INSERT mode to delete text in vim. >> Now all i am getting are lines of Ctrl carrots

Re: vim, backspace in INSERT mode?

2001-11-14 Thread Mike Irwin
On Thu, Nov 22, 2001 at 03:18:20PM -0500, Kevin wrote: > Call me crazy but i swear i used to be able to use the > BACKSPACE key in INSERT mode to delete text in vim. > Now all i am getting are lines of Ctrl carrots and ? > marks. Did something change in vim from RH7.1 to &

vim, backspace in INSERT mode?

2001-11-14 Thread Kevin
Hello all, Call me crazy but i swear i used to be able to use the BACKSPACE key in INSERT mode to delete text in vim. Now all i am getting are lines of Ctrl carrots and ? marks. Did something change in vim from RH7.1 to RH7.2? Thanks, VekTeReX

RE: vim

2001-04-30 Thread Dave Stuttard
Title: RE: vim I've wondered about this one - it seems vim always has something highlighted but I've just looked in the help - see if the commands :syntax off and :syntax on help you. Dave Stuttard -Original Message- From:   Steve Lee [SMTP:[EMAIL PROTECTED]] Sent:   Sun

Re: vim

2001-04-28 Thread Bret Hughes
Steve Lee wrote: > When on does a search in vim using /, > the word being search is highlighted. > After, the search how do you tell vim > not to highlight what you have searched. I have wondered about this too. I usually do /sdfjimnsd or some other nonsense string but a :help /

vim

2001-04-28 Thread Steve Lee
When on does a search in vim using /, the word being search is highlighted. After, the search how do you tell vim not to highlight what you have searched. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo

Re: vim colors

2001-04-14 Thread Hal Burgiss
That can be controlled with 'highlight' in .vimrc: highlight Comment ctermfg=Cyan This put 'comments' like: > If someone can figure out the syntax highlighting files I would not mind > a pointer to a readable document about how to tweak them because they > are uuuuugly.

Re: vim colors

2001-04-14 Thread Bret Hughes
bob jones wrote: > > Thanks in advance to whomever can help with my next color problem, and > with inconveniences in using the new versions of vim/vi/view. > > In RHL 6.2, vim wants to show colors on the editing display. It makes > editing difficult, so I turned it off

vim colors

2001-04-14 Thread bob jones
.dircolors file is set up consistent with the user's xterm color choices. Thanks in advance to whomever can help with my next color problem, and with inconveniences in using the new versions of vim/vi/view. In RHL 6.2, vim wants to show colors on the editing display. It makes editing difficul

RE: [RHSA-2001:008-02] Updated vim packages available

2001-03-25 Thread Thornton Prime
On Sun, 25 Mar 2001, Liguo Song wrote: > It is not the right version. The one updated is vim-5.7-8.src.rpm, > and others. The one at valinux site is vim-5.7-0.6x.src.rpm > > I am just wondering whether is violates the GPL is Red Hat fails to > provide the SRPM for that package.

RE: [RHSA-2001:008-02] Updated vim packages available

2001-03-25 Thread Liguo Song
It is not the right version. The one updated is vim-5.7-8.src.rpm, and others. The one at valinux site is vim-5.7-0.6x.src.rpm I am just wondering whether is violates the GPL is Red Hat fails to provide the SRPM for that package. Thanks anyway. Liguo (Leo

RE: [RHSA-2001:008-02] Updated vim packages available

2001-03-24 Thread Nitebirdz
On Sat, 24 Mar 2001, Silviu Cojocaru wrote: > Date: Sat, 24 Mar 2001 11:44:21 +0200 (EET) > From: Silviu Cojocaru <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RE: [RHSA-2001:008-02] Updated vim packages available > > On Fri,

RE: [RHSA-2001:008-02] Updated vim packages available

2001-03-24 Thread Silviu Cojocaru
nt: Friday, March 23, 2001 9:05 PM > To: [EMAIL PROTECTED] > Subject: Re: [RHSA-2001:008-02] Updated vim packages available > > > Where is SRPM package? > > Thanks. > > > Liguo (Leo) > > > > ___ > Redhat-lis

Re: [RHSA-2001:008-02] Updated vim packages available

2001-03-23 Thread Liguo Song
ED]]On Behalf Of Liguo Song > Sent: Friday, March 23, 2001 9:05 PM > To: [EMAIL PROTECTED] > Subject: Re: [RHSA-2001:008-02] Updated vim packages available > > Where is SRPM package? > > Thanks. > > Liguo (Leo) > > __

Re: Updated vim packages available

2001-03-23 Thread Chuck Mead
rity reasons. N> N>-Original Message- N>From: [EMAIL PROTECTED] N>[mailto:[EMAIL PROTECTED]]On Behalf Of Liguo Song N>Sent: Friday, March 23, 2001 9:05 PM N>To: [EMAIL PROTECTED] N>Subject: Re: [RHSA-2001:008-02] Updated vim packages available N>

RE: [RHSA-2001:008-02] Updated vim packages available

2001-03-23 Thread NDSoftware
ginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Liguo Song Sent: Friday, March 23, 2001 9:05 PM To: [EMAIL PROTECTED] Subject: Re: [RHSA-2001:008-02] Updated vim packages available Where is SRPM package? Thanks. Liguo

Re: [RHSA-2001:008-02] Updated vim packages available

2001-03-23 Thread Liguo Song
Where is SRPM package? Thanks. Liguo (Leo) ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: vim set color

2001-03-22 Thread Steve Lee
Thanks On Thu, 22 Mar 2001, Bret Hughes wrote: > Steve Lee wrote: > > > Does anyone know how to setup vim to > > make the color for the comments in codes light green > > so i can read the thing. > > I don't know for sure about the light green poart but

Re: vim set color

2001-03-22 Thread Bret Hughes
Steve Lee wrote: > Does anyone know how to setup vim to > make the color for the comments in codes light green > so i can read the thing. I don't know for sure about the light green poart but I found that vim or gvim for that matter don't recognize the back ground s

vim set color

2001-03-22 Thread Steve Lee
Does anyone know how to setup vim to make the color for the comments in codes light green so i can read the thing. Much appreciation ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

vi and vim

2000-05-24 Thread bob jones
Thanks in advance. I really feel stupid to ask this, but ... Now that the vi editor is linked to vim, I can't any longer set the right margin and use the vi command ":N!!fmt" If I want to format paragraphs to long lines, I just can't do it except manually. I need help on

VIM: set noredraw doesn't work?

2000-05-05 Thread Todd A. Jacobs
I can't seem to turn off the automatic redrawing of the screen with the version of VIM that comes with Red Hat 6.1. I'm connecting over a slow link, and want VIM to act like vi, and only update the screen when entering command mode. The following *should* work: :set noredr

6.2/zoot: terminfo and vim

2000-03-28 Thread mozilla
I made a discovery tonight with regard to terminfo and vim. I was using Windowmaker and was in an aterm when I su'd to root and then opened a file with vim. The file was a mess... full of control characters and crap. This did not happen as a normal user and it did not happen on the CLIN as

Re: Trapped in vi (really vim) by CTRL-X CTRL-C

2000-03-16 Thread Marek Antozi
^X does something in insert (replace) mode ;) try in vim this command: :help ins-completion marek LiNUX - Live free or die

Trapped in vi (really vim) by CTRL-X CTRL-C

2000-03-16 Thread Pete Peterson
myself with ":wq" in my Emacs buffer or doing Emacs keystrokes in vi. Usually this is no big deal, I kick myself a couple times, get my brain back on the right track and continue. One thing that's been annoying me, however, is something that happens in RedHat where "vi" is

vim-X11 syntax highlighting

2000-01-21 Thread John Paige
This message was sent from Geocrawler.com by "John Paige" <[EMAIL PROTECTED]> Be sure to reply to that address. How do I turn on color highlighting in] vim-X11-5.3-7? Can't find anything in the toolbar. Thanks, John Geocrawler.com - The Knowledge Archive -- To uns

Re: vim-X11 syntax highlighting

2000-01-21 Thread Jim Cunning
On Fri, 21 Jan 2000, John Paige wrote: > This message was sent from Geocrawler.com by "John Paige" <[EMAIL PROTECTED]> > Be sure to reply to that address. > > How do I turn on color highlighting in] > vim-X11-5.3-7? > > Can't find anything in the t

RE: vim syntax in concole

1999-11-17 Thread popo
s to work? > I think you miss the VIM=/usr/share/vim .... VIMRUNTIME=/usr/share/vim/vim54 Add it to your profile and try again? >- Mike > >On Wed, 17 Nov 1999, Jones D (ISaCS) wrote: > >> > >> How can I highlight the syntax of some file like *.c , *.php? >> >

RE: vim syntax in concole

1999-11-17 Thread popo
:syntax on works fine here. >> >Make sure you're using vim, and not vi > >> Now I can see some color :) >> But what is the difference of vi and vim? >> the vi just is the link of vim... > >I'm not near a RH6.1 box, but on 6.0 this isn't true.. &

Vim and Vi List [reANNOUNCE]

1999-11-17 Thread lloy0076
VIM AND VI LISTS Following a heated discussion about emacs vs vi(m) on the Linux C and Linux C++ Mailing Lists (see my signature), I created the Vim and Vi List as well. Although there are other lists existing the people on the Vim and Vi List seem quite knowledgable and

RE: vim syntax in concole

1999-11-17 Thread Michael J. McGillick
ile like *.c , *.php? > > >> :syntax or :syntax on > > >> error->Sorry, this command is not implemented > > >:syntax on works fine here. > > >Make sure you're using vim, and not vi > > > Now I can see some color :) > > But what is the

RE: vim syntax in concole

1999-11-17 Thread Jones D \(ISaCS\)
> >> How can I highlight the syntax of some file like *.c , *.php? > >> :syntax or :syntax on > >> error->Sorry, this command is not implemented > >:syntax on works fine here. > >Make sure you're using vim, and not vi > Now I can see some c

RE: vim syntax in concole

1999-11-17 Thread popo
Now I can see some color :) But what is the difference of vi and vim? the vi just is the link of vim... *** REPLY SEPARATOR *** On 1999-11-17 at 11:07 Jones D \(ISaCS\) wrote: >> guys: >> How can I highlight the syntax of some file like *.c , *.php? >>

RE: vim syntax in concole

1999-11-17 Thread Jones D \(ISaCS\)
> guys: > How can I highlight the syntax of some file like *.c , *.php? > > :syntax > or > :syntax on > error->Sorry, this command is not implemented > ??? :syntax on works fine here. Make sure you're using vim, and not vi regards, Dave. -- To unsubscr

vim syntax in concole

1999-11-17 Thread popo
guys: How can I highlight the syntax of some file like *.c , *.php? :syntax or :syntax on error->Sorry, this command is not implemented ??? -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: vim digraphs in 6.1?

1999-11-03 Thread Rob Napier
How were you using them before. I use digraphs all the time under vim by ":set digraph" and then "e'" to get é. What was ^K doing for you? You probably need to just remap the key in your .vimrc. Rob On Sat, Oct 30, 1999 at 02:05:33PM -0700, Romain Kang wrote: > T