how do is set wrap for _reading_ a file that was already edited before

2010-08-21 Thread ale
opening an existing file that have lines longer than the screen width, how do i format the file for easy reading. i think that the options 'textwidth' and 'wrapmargin' are effective only while editing the file and adding _new_ lines...not for existing lines which will not change whatever value you

Re: netrw autologin

2010-08-21 Thread epanda
> Please look at   :help netrw-start   ; it has directions on how to build > a .netrc file which your ftp can read and bypass the need to constantly > enter the userid+password.  Of course, >> if you're a Windows user, then >> you'll need to check on whether your ftp client supports using that f

Ruby $curbuf.number always returns 0 for Vim 7.3 on some platforms

2010-08-21 Thread Wincent Colaiuta
Hi, I'm the author of the Command-T plug-in, which is a Vim plugin partly written in Ruby: https://wincent.com/products/command-t I've received multiple reports from people on different platforms that there is breakage running under 7.3 on their platform (I'm afraid I can't reproduce on Mac OS

Ported vim to android!

2010-08-21 Thread Jason Holt
Tonight I managed to get vim to compile for android: http://credentiality2.blogspot.com/2010/08/native-vim-for-android.html -- 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, visit http://www.vim.or

Re: Silly question maybe: What's the purpose of color schemes

2010-08-21 Thread Tony Mechelynck
On 21/08/10 08:03, John Little wrote: [...] With a black background, the colour contrasts in syntax colouring are much stronger, considering light levels. For example, green on white in RGB is #00FF00 on #FF, that's roughly 33% on 100%, a factor of 3. Inverted, magenta on black, #FF00FF on

Re: How to get ruby support for gvim73 on a windows XP machine.

2010-08-21 Thread Jeri Raye
Jeri Raye wrote on 20-8-2010 17:03: Hi, I'm using gvim73 on windows xp. [snip] I'm a complete newbie on compiling gvim. But how to do that on windows XP? [snip] If not, which (open source?) compiler do you need for that on a windows XP machine? I'll give this a try http://vimdoc.sourcefo

Re: map "if there are more than one tabpage" then :tabnext else w

2010-08-21 Thread Christian Brabandt
Hi eliweiq001! On Fr, 20 Aug 2010, eliweiq001 wrote: > Hi, I want to write this: > > map "if there are more than one tabpage" then :tabnext else > w > > How to finish it? Besides the fact, that you can't map because a Tab is already equal to you can use an expression mapping to achieve

Re: how do is set wrap for _reading_ a file that was already edited before

2010-08-21 Thread Christian Brabandt
Hi ale! On Fr, 20 Aug 2010, ale wrote: > opening an existing file that have lines longer than the screen width, > how do i format the file for easy reading. > > i think that the options 'textwidth' and 'wrapmargin' are effective > only while editing the file and adding _new_ lines...not for exis

Re: i think ive been through this so many times again. i am a user for at least a few months, posted a dozen of times even helped out here and there i already begged last week to be on the group whit

2010-08-21 Thread Christian Brabandt
Hi aleCodd! On Fr, 20 Aug 2010, aleCodd wrote: > i reckon i was confused how this mailing list worked and thought it is the > same moderator.. > so is there a separate moderator for the nabble website specific to the vim > group... > > or is it general... Why don't you use the mailinglist direc

Re: map "if there are more than one tabpage" then :tabnext else w

2010-08-21 Thread eliweiq001
On 8月21日, 下午7时34分, Christian Brabandt wrote: > Hi eliweiq001! > > On Fr, 20 Aug 2010, eliweiq001 wrote: > > > Hi, I want to write this: > > > map "if there are more than one tabpage" then :tabnext else > > w > > > How to finish it? > > Besides the fact, that you can't map because a Tab is a

Re: netrw autologin

2010-08-21 Thread Tony Mechelynck
On 21/08/10 09:52, epanda wrote: Please look at :help netrw-start ; it has directions on how to build a .netrc file which your ftp can read and bypass the need to constantly enter the userid+password. Of course, if you're a Windows user, then you'll need to check on whether your ftp cl

Possible bug: cchar not applied to region start token when cole=2

2010-08-21 Thread Stahlman Family
Consider the following example... --- Sample text file --- ABC Just after an abc match Y Inside a yz region Z --- Syntax file --- syn match abc /ABC/ conceal cchar=- hi link abc Comment syn region yz matchgroup=yz_ends start=/Y/ end=/Z/ concealends cchar=- hi link yz St

Re: How to get ruby support for gvim73 on a windows XP machine.

2010-08-21 Thread sc
On Saturday 21 August 2010 04:29:43 Jeri Raye wrote: > Jeri Raye wrote on 20-8-2010 17:03: > > Hi, > > > > I'm using gvim73 on windows xp. > [snip] > > I'm a complete newbie on compiling gvim. > > But how to do that on windows XP? > [snip] > > If not, which (open source?) compiler do you need

Re: netrw autologin

2010-08-21 Thread epanda
> machine ftp.example.net login epanda password qx3rv85f > machine ftp.example.com login epanda password a4s5vbx8 > default login anonymous password callingel...@hotmail.fr Thank you for the example. I don't have dual boot. One boot on Windows causes enough problems. lol It appears that the ftp

Re: About python syntax highlighting

2010-08-21 Thread Tony Mechelynck
On 16/08/10 17:16, Benjamin R. Haskell wrote: On Mon, 16 Aug 2010, H Xu wrote: On 2010/8/16 13:36, Dominique Pellé wrote: 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 "se

Re: netrw autologin

2010-08-21 Thread bill lam
Сбт, 21 Авг 2010, epanda писал(а): > > > machine ftp.example.net login epanda password qx3rv85f > > machine ftp.example.com login epanda password a4s5vbx8 > > default login anonymous password callingel...@hotmail.fr > > Thank you for the example. > > I don't have dual boot. One boot on Windows c

Re: netrw autologin

2010-08-21 Thread epanda
> Did you also try _netrc ? yes just tested without success, it appears there is a sfile that ftp read and execute when it fire up but I don't see how defining it and using Charles Campbell's script. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below

Re: Vim 7.3 released!

2010-08-21 Thread Tony Mechelynck
On 16/08/10 23:05, Yongwei Wu wrote: Hi Bram, The sources page only lists 7.2? http://www.vim.org/sources.php (Manually changing 7.2 to 7.3 in the URL seems to work for vim-7.3.tar.bz2, but not for vim-7.3-extra.tar.gz.) Best regards, Yongwei The "extra" and "lang" archives have been retir

Re: i think ive been through this so many times again. i am a user for at least a few months, posted a dozen of times even helped out here and there i already begged last week to be on the group whit

2010-08-21 Thread Benjamin R. Haskell
On Fri, 20 Aug 2010, ale wrote: > this is regarding the nabble webiste.. > > i think ive been through this so many times > > again. i am a user for at least a few months, posted a dozen of times > even helped out here and there i already begged last week to be on the > group whitelist...but st

Re: Ruby $curbuf.number always returns 0 for Vim 7.3 on some platforms

2010-08-21 Thread ZyX
Ответ на сообщение «Ruby $curbuf.number always returns 0 for Vim 7.3 on some platforms», присланное в 12:09:44 21 августа 2010, Суббота, отправитель Wincent Colaiuta: I do not know, what for you are using $curbuf.number (perhaps, for closing list of files), but the buffer name could change at l

Re: Number ranges in vim regex

2010-08-21 Thread Tony Mechelynck
On 17/08/10 17:55, Christian Brabandt wrote: Hi Albert! On Mo, 16 Aug 2010, Albert wrote: Christian Brabandt wrote: I think this should work: /\<\%([0-9]\|[^2-9][0-9]\|20\)\> Which translates roughly to \<" beginning of a word \%(...\)" Start a group [0-9] " either 0-9

Re: Typing accents

2010-08-21 Thread Tony Mechelynck
On 17/08/10 04:56, Alessandro Antonello wrote: Пнд, 16 Авг 2010, Alessandro Antonello писал(а): Hi, all. Yesterday I download and install the new Vim version 7.3 and I started facing some kind of problem when typing accent characters like single quote, double quote, tilde, back tick and circunf

Re: Abbreviation is expanded by only pressing the key , how to do?

2010-08-21 Thread Tony Mechelynck
On 17/08/10 12:51, Tim Chase wrote: On 08/17/10 04:37, coolesting wrote: " a abbreviation in .vimrc file :ab php " a ex command-line will be issue in vim :newtab /var/www/index.php so, it is not work as i expected when issue the ex command and press the ENTER key, the word "php" at the end of

Vim 7.3 - E10 Errors Editing _vimrc

2010-08-21 Thread Roy Fulbright
I just uninstalled Vim 7.2 and did a clean install of Vim 7.3.3 on Windows Vista using the binary from http://sourceforge.net/projects/cream/files. I am using the _vimrc file I used with Vim 7.2. I now get dozens of E10 error messages when editing _vimrc (does not happen with other files, only

RE: Vim 7.3 - E10 Errors Editing _vimrc

2010-08-21 Thread Roy Fulbright
From: rfulb...@hotmail.com To: vim_use@googlegroups.com Subject: Vim 7.3 - E10 Errors Editing _vimrc Date: Sat, 21 Aug 2010 17:27:23 -0400 I just uninstalled Vim 7.2 and did a clean install of Vim 7.3.3 on Windows Vista using the binary from http://sourceforge.net/projects/cream/files.

RE: Vim 7.3 - E10 Errors Editing _vimrc

2010-08-21 Thread John Beckett
Roy Fulbright wrote: > I just uninstalled Vim 7.2 and did a clean install of Vim > 7.3.3 on Windows Vista using the binary from > http://sourceforge.net/projects/cream/files. I am using the > _vimrc file I used with Vim 7.2. I now get dozens of E10 > error messages when editing _vimrc (does not hap

Re: i really think the moderating is insulting to say the least

2010-08-21 Thread Tony Mechelynck
On 18/08/10 11:33, Raúl Núñez de Arenas Coronado wrote: Saluton aleCodd :) aleCodd<3...@gmail.com> skribis: ive been a user for months and even helped out many times, i dont see any justification that i have to wait days before my messages get approved.. for example now i posted a question and

voom node move work in gvim, but doesn't work in vim,

2010-08-21 Thread ping
-- 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, visit http://www.vim.org/maillist.php