Re: Howto change selected text's color background ?

2008-12-10 Thread Albie
jackm wrote: Hi all :-) , Howto change color background of selected text :confused: Thanx The currently selected colorscheme determines what colours are used for various different areas of text (highlighting groups). To see which colorscheme you are using, type :echo g:colors_name

how can i unregister to VIM group

2008-12-10 Thread Nag, Deepak
Hi, Can u kindly suggest me how can I unregister from vim mail list. Regards, Deepak --~--~-~--~~~---~--~~ You received this message from the vim_use maillist. For more information, visit http://www.vim.org/maillist.php

Re: how can i unregister to VIM group

2008-12-10 Thread Albie Janse van Rensburg
Nag, Deepak wrote: Hi, Can u kindly suggest me how can I unregister from vim mail list. Regards, Deepak Look at the footer ^ All unsubscribing info should appear there. --~--~-~--~~~---~--~~ You received this message from the vim_use

Re: Auto-Indentation of HTML

2008-12-10 Thread Cory Echols
On Wed, Dec 10, 2008 at 6:58 AM, Steve Laurie [EMAIL PROTECTED] wrote: Hi all, I've tried to find what's causing this and can't. Currently, I'm working on an HTML doc and say for example, the cursor is on a line that has only a /p tag on it. I position the cursor to the end of the line

Re: Auto-Indentation of HTML

2008-12-10 Thread Yongwei Wu
2008/12/10 Steve Laurie [EMAIL PROTECTED]: Hi all, I've tried to find what's causing this and can't. Currently, I'm working on an HTML doc and say for example, the cursor is on a line that has only a /p tag on it. I position the cursor to the end of the line and press ENTER to go to the

Auto-Indentation of HTML

2008-12-10 Thread Steve Laurie
Hi all, I've tried to find what's causing this and can't. Currently, I'm working on an HTML doc and say for example, the cursor is on a line that has only a /p tag on it. I position the cursor to the end of the line and press ENTER to go to the next line to begin the next paragraph BUT...

Re: dbext and mysql odbc

2008-12-10 Thread David Fishburn
On 12/9/08, Mansour Al Akeel [EMAIL PROTECTED] wrote: I am trying to run vim as mysql client as I had enough with the query browser. things are not going very well and not a lot of resources on the net. The tutorial that comes with it, is long and tends to show the features more than showing

Re: Auto-Indentation of HTML

2008-12-10 Thread Steve Laurie
Cory Echols wrote: On Wed, Dec 10, 2008 at 6:58 AM, Steve Laurie [EMAIL PROTECTED] wrote: Hi all, I've tried to find what's causing this and can't. Currently, I'm working on an HTML doc and say for example, the cursor is on a line that has only a /p tag on it. I position the cursor to the

Whether file is executable or not affects sort order in netrw

2008-12-10 Thread James Kanze
Whether a file is executable or not seems to affect the sort ordering in netrw. In my .vimrc, I have: let g:netrw_sort_sequence='[\/]$,*,\.o$,\.info$,\.swp$,\.obj$,\.bak $,\.orig$,^\.' (All on one line, in case something screws up the formatting along the way.) In one particular

Re: Auto-Indentation of HTML

2008-12-10 Thread Steve Laurie
Cory Echols wrote: On Wed, Dec 10, 2008 at 6:58 AM, Steve Laurie [EMAIL PROTECTED] wrote: Hi all, I've tried to find what's causing this and can't. Currently, I'm working on an HTML doc and say for example, the cursor is on a line that has only a /p tag on it. I position the cursor to the

Re: Howto change selected text's color background ?

2008-12-10 Thread fritzophrenic
On Dec 10, 7:29 am, jack [EMAIL PROTECTED] wrote: sorry gays for my misleading request, what i want is how to change the background colors of some lines Vim is not really meant to do that kind of thing...it's a text editor, not a word processor or WSIWYG publication platform. However,

Re: vim and bash

2008-12-10 Thread yosi izaq
On Sun, Dec 7, 2008 at 3:40 PM, Ben Schmidt [EMAIL PROTECTED]wrote: yosi izaq wrote: On Wed, Dec 3, 2008 at 3:06 PM, Nicolas Aggelidis [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: thank you Cory! the verbose set shell, saved my day! So how do I explicitly set

Re: Auto-Indentation of HTML

2008-12-10 Thread Steve Laurie
Cory Echols wrote: On Wed, Dec 10, 2008 at 6:58 AM, Steve Laurie [EMAIL PROTECTED] wrote: Hi all, I've tried to find what's causing this and can't. Currently, I'm working on an HTML doc and say for example, the cursor is on a line that has only a /p tag on it. I position the cursor to the

Re: command to select multiple line move it backward/forward

2008-12-10 Thread sc
On Wednesday 10 December 2008 8:57 am, mthread wrote: Hi, I would like to know the command to select multiple lines move them either backward/forward. I need this functionality to make indendation in my program. here's what i use: move text and rehighlight -- vim tip_id=224