Re: I think vim.org should have a common plugin package on vim.org

2010-08-15 Thread H Xu
On 2010/8/15 11:37, Alessandro Antonello wrote: Well, not everybody has the same wants and needs. There are already quite a lot of plugins that come with Vim. Why should I download an additional enormous package (a single tarball with the whole lot of vim.org scripts maybe?) of which I'll use

command autocomplete

2010-08-15 Thread Mostafa S.Ari
I have compile vim 7.2 in ubuntu but the command line auto completeness with tab key is not enable. How could I make it enable? best Mostafa Ari -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information,

Re: command autocomplete

2010-08-15 Thread bill lam
Вск, 15 Авг 2010, Mostafa S.Ari писал(а): I have compile vim 7.2 in ubuntu but the command line auto completeness with tab key is not enable. How could I make it enable? best Mostafa Ari -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the

Re: command autocomplete

2010-08-15 Thread Mostafa S.Ari
thank you bill On Sun, Aug 15, 2010 at 1:43 PM, bill lam cbill@gmail.com wrote: Вск, 15 Авг 2010, Mostafa S.Ari писал(а): I have compile vim 7.2 in ubuntu but the command line auto completeness with tab key is not enable. How could I make it enable? best Mostafa Ari --

Re: command autocomplete

2010-08-15 Thread Mostafa S.Ari
Hi again bill I use the big and huge options but the problem still remains. best Mostafa On Sun, Aug 15, 2010 at 1:43 PM, bill lam cbill@gmail.com wrote: Вск, 15 Авг 2010, Mostafa S.Ari писал(а): I have compile vim 7.2 in ubuntu but the command line auto completeness with tab key is

crash because of vimrc

2010-08-15 Thread Mostafa S.Ari
I made vim72 for ubuntu. when I use default vimrc the program send aborted message and crash and when I delete it the program load without error. What could cause this problem? best Mostafa Ari -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the

Re: syn region question

2010-08-15 Thread Jeri Raye
On Sat, Aug 14, 2010 at 11:02 PM, Benjamin R. Haskell v...@benizi.com wrote: You left out the second instruction... :echo orig_syntax :syn list vhdlStatement The ':echo' gives you the original syntax entry for vhdlStatement. The ':syn' command gives you the current entry. (So you can

Re: I think vim.org should have a common plugin package on vim.org

2010-08-15 Thread Christian Brabandt
Hi Tony! On So, 15 Aug 2010, Tony Mechelynck wrote: Well, not everybody has the same wants and needs. There are already quite a lot of plugins that come with Vim. Why should I download an additional enormous package (a single tarball with the whole lot of vim.org scripts maybe?) of

Re: crash because of vimrc

2010-08-15 Thread Tony Mechelynck
On 15/08/10 13:05, Mostafa S.Ari wrote: I made vim72 for ubuntu. when I use default vimrc the program send aborted message and crash and when I delete it the program load without error. What could cause this problem? best Mostafa Ari -- You received this message from the vim_use maillist. Do

Re: command autocomplete

2010-08-15 Thread Tony Mechelynck
On 15/08/10 11:33, Mostafa S.Ari wrote: I have compile vim 7.2 in ubuntu but the command line auto completeness with tab key is not enable. How could I make it enable? best Mostafa Ari -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you

Re: crash because of vimrc

2010-08-15 Thread Sven Guckes
* Mostafa S.Ari mostafa@gmail.com [2010-08-15 16:30]: I made vim72 for ubuntu. when I use default vimrc the program send aborted message and crash and when I delete it the program load without error. What could cause this problem? why does X happen? (1) aliens (2) solar wind (3) gamma

Re: command autocomplete - wildchar

2010-08-15 Thread Sven Guckes
* Mostafa S.Ari mostafa@gmail.com [2010-08-15 16:30]: I have compile vim 7.2 in ubuntu but the command line auto completeness with tab key is not enable. How could I make it enable? :set wc=Tab :set wildchar=Tab Sven -- You received this message from the vim_use maillist. Do not

Fwd: Re: command autocomplete

2010-08-15 Thread Tony Mechelynck
Original Message Subject:Re: command autocomplete Date: Sun, 15 Aug 2010 20:34:08 +0330 From: Mostafa S.Ari mostafa@gmail.com To: Tony Mechelynck antoine.mechely...@gmail.com The problem is when I use vimrc the program crash :-( so I think if the problem

how to read let expression with starting \ and ending .

2010-08-15 Thread Jeri Raye
Hi, I'm reading some vim script. I was wondering about the following It says let g:expression = \ all kind of code, ending with a dot . \ more code ending with a dot . \ even more code NOT ending with a dot Question 1: Is this \ a 'line-continuation' character? In other words should it be read

Re: how to read let expression with starting \ and ending .

2010-08-15 Thread Dominique Pellé
Jeri Raye jeri.r...@gmail.com wrote: Hi, I'm reading some vim script. I was wondering about the following It says let g:expression = \ all kind of code, ending with a dot . \ more code ending with a dot . \ even more code NOT ending with a dot Question 1: Is this \ a

Search for page break ^L

2010-08-15 Thread Suresh Govindachar
Hello, If I put my cursor on a line brak (^L) and hit *, I can find other line breaks; after that, in normal mode, typing / and the up-arrow shows /^L in the command line region. Question: Instead of using the * technique indicated above, what do I type after typing / (in normal mode) to

Re: PHP trick/tips solicited

2010-08-15 Thread Joan Miquel Torres Rigo
2010/8/14 Joan Miquel Torres Rigo joanmiq...@mallorcaweb.net: 2010/8/13 Joan Miquel Torres Rigo joanmiq...@mallorcaweb.net: [...] ...you can introduce as much indentation levels as you need. This way, Obviously I would meant FOLDING levels, of course ;-) Cheers. -- Joan Miquel

Re: Search for page break ^L

2010-08-15 Thread Tim Chase
On 08/15/10 12:46, Suresh Govindachar wrote: If I put my cursor on a line brak (^L) and hit *, I can find other line breaks; after that, in normal mode, typing / and the up-arrow shows /^L in the command line region. Question: Instead of using the * technique indicated above, what do I type

Re: Search for page break ^L

2010-08-15 Thread Tony Mechelynck
On 15/08/10 20:48, Tim Chase wrote: On 08/15/10 12:46, Suresh Govindachar wrote: If I put my cursor on a line brak (^L) and hit *, I can find other line breaks; after that, in normal mode, typing / and the up-arrow shows /^L in the command line region. Question: Instead of using the *

Vim 7.3 released!

2010-08-15 Thread Bram Moolenaar
Hello Vim users, Announcing: Vim (Vi IMproved) version 7.3 This is a minor release of Vim. It consists of Vim 7.2 plus all patches, updated runtime files and some more, see below. It has been two years since the 7.2 release, thus it's not that minor. But not major either. Something in

Re: I think vim.org should have a common plugin package on vim.org

2010-08-15 Thread Britton Kerin
On Sat, Aug 14, 2010 at 8:37 PM, Alessandro Antonello antonello@gmail.com wrote: Well, not everybody has the same wants and needs. There are already quite a lot of plugins that come with Vim. Why should I download an additional enormous package (a single tarball with the whole lot of

RE: Search for page break ^L

2010-08-15 Thread Suresh Govindachar
On Sunday, August 15, 2010 11:48 AM, Tim Chase wrote: On 08/15/10 12:46, Suresh Govindachar wrote: If I put my cursor on a line brak (^L) and hit *, I can find other line breaks; after that, in normal mode, typing / and the up-arrow shows /^L in the command line region. Question: Instead

CursorLine and SpellBad colors interfere

2010-08-15 Thread Benjamin Esham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I am the maintainer of the biogoo color scheme [1] and a user recently e-mailed me to remark that when 'cursorline' is on and the current line includes a misspelled word, that word disappears (it's displayed as white text on a white

Re: CursorLine and SpellBad colors interfere

2010-08-15 Thread Tony Mechelynck
On 15/08/10 23:59, Benjamin Esham wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I am the maintainer of the biogoo color scheme [1] and a user recently e-mailed me to remark that when 'cursorline' is on and the current line includes a misspelled word, that word disappears (it's

Re: to :iunmap the maps which begis with some key

2010-08-15 Thread eliweiq001
Thanks! It's useful. It seems that there is not a very easy way to finish it. On 8月14日, 下午3时12分, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 14/08/10 05:13, eliweiq001 wrote: I want to :iunmap all the maps which begins withLeader How can I do it easily? AFAIK, you can do it

Re: About python syntax highlighting

2010-08-15 Thread Zvezdan Petkovic
On Aug 14, 2010, at 7:16 AM, H Xu wrote: I recommend the python syntax file add highlighting for the word self. Thank you. Why? There is nothing special about the word self. It is *not* a Python keyword. You could call that parameter this if you wanted. Use of self is just a common

Re: Vim mutilating file permissions through Samba?

2010-08-15 Thread John
On Aug 14, 2:41 pm, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 12/08/10 06:29, John wrote: Hi all, I'm using Vim 7.2.411 on Windows XP (from the Cream web site), to edit files hosted on a linux server.  I have the linux directory as a Windows mapped network drive (via samba).

Re: Vim mutilating file permissions through Samba?

2010-08-15 Thread Aaron Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/16/2010 07:56 AM, John wrote: On Aug 14, 2:41 pm, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 12/08/10 06:29, John wrote: Hi all, I'm using Vim 7.2.411 on Windows XP (from the Cream web site), to edit files hosted on a linux

Writing files without EOL

2010-08-15 Thread Peter Hodge
Dear Vimmers, Is there a way to make vim write a file using dos line endings (CR NL) but *without* the EOL at the end? Currently it seems vim will only let me: A) Add newlines for no good reason B) Convert files to Unix line endings It looks like I will need to write a shell script to strip

Re: Vim mutilating file permissions through Samba?

2010-08-15 Thread John
On Aug 16, 10:44 am, Aaron Lewis aaron.lewis1...@gmail.com wrote: On 08/16/2010 07:56 AM, John wrote: On Aug 14, 2:41 pm, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 12/08/10 06:29, John wrote: Hi all, I'm using Vim 7.2.411 on Windows XP (from the Cream web site), to edit

Re: Writing files without EOL - :set noeol

2010-08-15 Thread Sven Guckes
* Peter Hodge toomuchphp-...@yahoo.com [2010-08-16 03:08]: Is there a way to make vim write a file using dos line endings (CR NL) but *without* the EOL at the end? yes... use :set noeol Sven -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the

Re: Writing files without EOL

2010-08-15 Thread Stahlman Family
Peter Hodge wrote: Dear Vimmers, Is there a way to make vim write a file using dos line endings (CR NL) but *without* the EOL at the end? Isn't this just another way of saying mac format? :set ff=mac :help ff Brett Stahlman Currently it seems vim will only let me: A) Add newlines for

Re: Writing files without EOL

2010-08-15 Thread Tim Chase
Is there a way to make vim write a file using dos line endings (CR NL) but *without* the EOL at the end? Have you experimented with the 'noeol' option? :help 'eol' Currently it seems vim will only let me: A) Add newlines for no good reason It's actually for very good reasons[1] It's

Re: Writing files without EOL - :set noeol

2010-08-15 Thread Peter Hodge
--- On Mon, 16/8/10, Sven Guckes guc...@guckes.net wrote: From: Sven Guckes guc...@guckes.net Subject: Re: Writing files without EOL - :set noeol To: vim_use vim_use@googlegroups.com Received: Monday, 16 August, 2010, 11:13 AM * Peter Hodge toomuchphp-...@yahoo.com [2010-08-16 03:08]: Is

Re: Writing files without EOL

2010-08-15 Thread Stahlman Family
Stahlman Family wrote: Peter Hodge wrote: Dear Vimmers, Is there a way to make vim write a file using dos line endings (CR NL) but *without* the EOL at the end? Isn't this just another way of saying mac format? Ah. It occurred to me after I'd read Sven's reply that you probably meant

Re: Writing files without EOL

2010-08-15 Thread Peter Hodge
--- On Mon, 16/8/10, Stahlman Family brettstahl...@comcast.net wrote: From: Stahlman Family brettstahl...@comcast.net Subject: Re: Writing files without EOL To: vim_use@googlegroups.com Received: Monday, 16 August, 2010, 11:15 AM Peter Hodge wrote: Dear Vimmers, Is there a way to

Re: Writing files without EOL

2010-08-15 Thread Peter Hodge
--- On Mon, 16/8/10, Tim Chase v...@tim.thechases.com wrote: From: Tim Chase v...@tim.thechases.com Subject: Re: Writing files without EOL To: vim_use@googlegroups.com Cc: Peter Hodge toomuchphp-...@yahoo.com Received: Monday, 16 August, 2010, 11:15 AM Is there a way to make vim write a

Re: About python syntax highlighting

2010-08-15 Thread H Xu
On 2010/8/16 7:40, Zvezdan Petkovic wrote: On Aug 14, 2010, at 7:16 AM, H Xu wrote: I recommend the python syntax file add highlighting for the word self. Thank you. Why? There is nothing special about the word self. It is *not* a Python keyword. You could call that parameter this if you

RE: Vim mutilating file permissions through Samba?

2010-08-15 Thread John Beckett
John wrote: The only changes that would appear relevant to me would be changes to samba configuration files - but the sys admins have so far said Well if it works in notepad, and it works in wordpad - it's vim that's broken, not the samba config - and as yet, I don't know enough to argue.

Re: Vim 7.3 released!

2010-08-15 Thread bill lam
Congratulation! BTW, will development trunk be switched to 7.3 or patches will still be backported to 7.2? -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 -- You received this message from

Re: About python syntax highlighting

2010-08-15 Thread Tony Mechelynck
On 16/08/10 03:41, H Xu wrote: On 2010/8/16 7:40, Zvezdan Petkovic wrote: On Aug 14, 2010, at 7:16 AM, H Xu wrote: I recommend the python syntax file add highlighting for the word self. Thank you. Why? There is nothing special about the word self. It is *not* a Python keyword. You could

Python indenting of '#'

2010-08-15 Thread meino . cramer
Hi, after surfing the web for python related help for vim I found several sites with different versions of the best way to handle python files in vim. There is one thing (besides other others, which I have't figured out yet ;) ) which I want to fix: Regardless how deep the level of

Re: Python indenting of '#'

2010-08-15 Thread AK
On 08/15/2010 11:27 PM, meino.cra...@gmx.de wrote: Hi, after surfing the web for python related help for vim I found several sites with different versions of the best way to handle python files in vim. There is one thing (besides other others, which I have't figured out yet ;) )

Re: Python indenting of '#'

2010-08-15 Thread meino . cramer
AK andrei@gmail.com [10-08-16 05:40]: On 08/15/2010 11:27 PM, meino.cra...@gmx.de wrote: Hi, after surfing the web for python related help for vim I found several sites with different versions of the best way to handle python files in vim. There is one thing (besides other

Re: Writing files without EOL - :set noeol

2010-08-15 Thread Tony Mechelynck
On 16/08/10 03:18, Peter Hodge wrote: --- On Mon, 16/8/10, Sven Guckesguc...@guckes.net wrote: From: Sven Guckesguc...@guckes.net Subject: Re: Writing files without EOL - :set noeol To: vim_usevim_use@googlegroups.com Received: Monday, 16 August, 2010, 11:13 AM * Peter

Re: Python indenting of '#'

2010-08-15 Thread Tony Mechelynck
On 16/08/10 05:45, meino.cra...@gmx.de wrote: AKandrei@gmail.com [10-08-16 05:40]: On 08/15/2010 11:27 PM, meino.cra...@gmx.de wrote: Hi, after surfing the web for python related help for vim I found several sites with different versions of the best way to handle python files in

RE: Python indenting of '#'

2010-08-15 Thread John Beckett
meino wrote: Regardless how deep the level of indentation is -- as soon as I press '#' to comment something, the curor jumps to column 0 and forget all indentation levels which were valid just before entering the '#'. Our tip is:

Re: Vim mutilating file permissions through Samba?

2010-08-15 Thread John
Thanks for the explanations John. Sure enough, if I run cmd.exe on windows, and then echo Hello x:hello.txt it gets created with 644 on linux - which is quite reasonable I would have thought. You say that simple programs just overwrite the file - and hence retain the permissions, whilst more

Re: Writing files without EOL - :set noeol

2010-08-15 Thread Peter Hodge
--- On Mon, 16/8/10, Tony Mechelynck antoine.mechely...@gmail.com wrote: From: Tony Mechelynck antoine.mechely...@gmail.com Subject: Re: Writing files without EOL - :set noeol To: vim_use@googlegroups.com Cc: Peter Hodge toomuchphp-...@yahoo.com Received: Monday, 16 August, 2010, 1:48 PM

Re: About python syntax highlighting

2010-08-15 Thread Dominique Pellé
H Xu wrote:  On 2010/8/16 7:40, Zvezdan Petkovic wrote: On Aug 14, 2010, at 7:16 AM, H Xu wrote: I recommend the python syntax file add highlighting for the word self. Thank you. Why? There is nothing special about the word self. It is *not* a Python keyword. You could call that

Re: Tips for remembering command's of scripts

2010-08-15 Thread Tom Link
I'm using the latest release of vim73 on Win XP and ruby 19. By editing of vimdedoc.rb I'm getting the following errors: Error detected while processing C:\Programmi\Vim\vim73f\ftplugin\ruby.vim: Looks like a problem with vim's ruby ftplugin to me. You might want to post