Re: Fighting with comments - Close the gap between vimtutor and :help

2006-10-21 Thread vim
Gary Johnson wrote: I don't think that's true. Vim :help comprises two manuals: Vim User Manual - :help user-manual Vim Reference Manual - :help reference This is even discussed in :help 01.1. The User Manual is written in a different style than the Reference Manual and is more readable. I

RE: Fighting with comments - Close the gap between vimtutor and :help

2006-10-21 Thread Java Bob
Gary Johnson wrote: I don't think that's true. Vim :help comprises two manuals: Vim User Manual - :help user-manual Vim Reference Manual - :help reference This is even discussed in :help 01.1. The User Manual is written in a different style than the Reference Manual and is more readable.

Re: Fighting with comments - Close the gap between vimtutor and :help

2006-10-21 Thread Hal
On Oct 21, 2006, at 11:46 AM, Java Bob wrote: Gary Johnson wrote: I don't think that's true. Vim :help comprises two manuals: Vim User Manual - :help user-manual Vim Reference Manual - :help reference This is even discussed in :help 01.1. The User Manual is written in a different style

Re: Fighting with comments - Close the gap between vimtutor and :help

2006-10-20 Thread A.J.Mechelynck
vim wrote: Hi everobody, I recently had a very similar conversation with three guys on #vim (irc.freenode.net). Basicaly, there is two official help for Vim: - the vimtutor - :help And that's basically it. :help being your Vim dictionnary/encyclopedia/bible, it's very complete and

Re: Fighting with comments - Close the gap between vimtutor and :help

2006-10-20 Thread panshizhu
vim [EMAIL PROTECTED] 写于 2006-10-20 15:50:36: Hi everobody, I believe that there is room between vimtutor and :help to have some beginner to intermediate tutorial that will take you by the hand and bring you through the Vim universe in a nice and easy way. There already is one close to your

Re: Fighting with comments - Close the gap between vimtutor and :help

2006-10-20 Thread Meghdad Azriel
that would be very interesting I´m a little lazy, I like to learn things quickly. I really found that something is missing between the first tut and :help universe. I also like the idea of making people discover new things and understand why-it-works... vim-2 wrote: Hi everobody, I

Re: Fighting with comments - Close the gap between vimtutor and :help

2006-10-20 Thread Meghdad Azriel
Meghdad Azriel wrote: that would be very interesting I´m a little lazy, I like to learn things quickly. I really found that something is missing between the first tut and :help universe. I actually appreciate the idea of making people discover new things and understand

Re: Fighting with comments

2006-10-20 Thread Rodolfo Borges
On 10/18/06, Gary Johnson [EMAIL PROTECTED] wrote: The way to fix this problem is to create two new directories: $VIM\vimfiles\after $VIM\vimfiles\after\ftplugin on Windows or ~/.vim/after ~/.vim/after/ftplugin on Unix. Then create a new file in the after/ftplugin directory

Re: Fighting with comments - Close the gap between vimtutor and :help

2006-10-20 Thread Meghdad Azriel
I find that the problem is that I installed gVim the first time and I was already thinking about how making it highlight the codes, highlight errors, auto complete control structures, tags and functions... I'm trying to find out if there is a way to make vim show tips automatically, tips about

Re: Fighting with comments - Close the gap between vimtutor and :help

2006-10-20 Thread A.J.Mechelynck
Meghdad Azriel wrote: [...] I wanna be a guru in a blink of eyes :P [...] You can't: TANSTAAFL. (And if you haven't read R. A. Heinlein's /The Moon is a Harsh Mistress/, TANSTAAFL is an acronym for: 'T ain't no such thing as a free lunch.) The only way to become a guru is by hard labour:

Re: Fighting with comments

2006-10-19 Thread eric1235711
My gvim version is 7.0 eric1235711 wrote: Hello I´m PHP programmer and I started programming in gVim last weak, and I´m liking it very much But I got a trouble... When I´m commenting (// or /* or #) and I type SPACE it breaks the line automatically. Always I start a comment, i

Re: Fighting with comments

2006-10-19 Thread eric1235711
here it's in this way: C:/Program Files/Vim and it contains vim70/ and vimfiles/ Oh, thanks, Gary! it worked!!! But I didn´t like it!!! when I changed C:/Program Files/Vim/vimfiles/ftplugin/php.vim it stoped 'autowriting' comments in new lines... but when I changed C:/Program

Re: Fighting with comments

2006-10-19 Thread eric1235711
this worked too I think this is better, help tells that this formatoptions is specific to coments and things... But I´m getting disgusted of these secret and magic commands... thaks Peter Hodge-2 wrote: --- Gary Johnson [EMAIL PROTECTED] wrote: On 2006-10-18, eric1235711 [EMAIL

Re: Fighting with comments

2006-10-19 Thread Gary Johnson
On 2006-10-19, eric1235711 [EMAIL PROTECTED] wrote: here it's in this way: C:/Program Files/Vim and it contains vim70/ and vimfiles/ Oh, thanks, Gary! it worked!!! But I didn´t like it!!! when I changed C:/Program Files/Vim/vimfiles/ftplugin/php.vim it stoped 'autowriting' comments in

Re: Fighting with comments

2006-10-19 Thread Gary Johnson
On 2006-10-19, eric1235711 [EMAIL PROTECTED] wrote: this worked too I think this is better, help tells that this formatoptions is specific to coments and things... But I´m getting disgusted of these secret and magic commands... Secret? You might find it helpful to look at :help

Re: Fighting with comments

2006-10-19 Thread Meghdad Azriel
I was just kidding ;) I know that they are not secret but, they´re not that intuitive... and i´m still learning how to use that help effectivelly... maybe I neet to read those basic files with care... Gary Johnson wrote: On 2006-10-19, eric1235711 [EMAIL PROTECTED] wrote: this worked

Re: Fighting with comments

2006-10-18 Thread Yakov Lerner
On 10/18/06, eric1235711 [EMAIL PROTECTED] wrote: Hello I´m PHP programmer and I started programming in gVim last weak, and I´m liking it very much But I got a trouble... When I´m commenting (// or /* or #) and I type SPACE it breaks the line automatically. Always I start a comment, i have

Re: Fighting with comments

2006-10-18 Thread eric1235711
Hello Yakov I can fix it when I´m programming, i´m doing it... but I´m getting tired of doing that. I want to alter the syntax file (or what ever else) to fix it permanently. Yakov Lerner-3 wrote: On 10/18/06, eric1235711 [EMAIL PROTECTED] wrote: Hello I´m PHP programmer and I started

Re: Fighting with comments

2006-10-18 Thread Gary Johnson
On 2006-10-18, eric1235711 [EMAIL PROTECTED] wrote: Yakov Lerner-3 wrote: On 10/18/06, eric1235711 [EMAIL PROTECTED] wrote: Hello I´m PHP programmer and I started programming in gVim last weak, and I´m liking it very much But I got a trouble... When I´m commenting (// or

Re: Fighting with comments

2006-10-18 Thread Peter Hodge
--- Gary Johnson [EMAIL PROTECTED] wrote: On 2006-10-18, eric1235711 [EMAIL PROTECTED] wrote: Yakov Lerner-3 wrote: On 10/18/06, eric1235711 [EMAIL PROTECTED] wrote: Hello I´m PHP programmer and I started programming in gVim last weak, and I´m liking it very much