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
://www.nabble.com/Fighting-with-comments-tf2467964.html#a6915937 Sent from the Vim - General mailing list archive at Nabble.com.

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

2006-10-20 Thread Meghdad Azriel
Best regards, Tony. -- View this message in context: http://www.nabble.com/Fighting-with-comments-tf2467964.html#a6916228 Sent from the Vim - General mailing list archive at Nabble.com.

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
in the concepts in an ad hoc sort of way, but a more systematic exposition would be nice. HTH, Hal -- View this message in context: http://www.nabble.com/Fighting-with-comments-tf2467964.html#a6924420 Sent from the Vim - General mailing list archive at Nabble.com.

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
it... Do you have any idea of how I fix it? -- View this message in context: http://www.nabble.com/Fighting-with-comments-tf2467964.html#a6895768 Sent from the Vim - General mailing list archive at Nabble.com.

Re: Fighting with comments

2006-10-19 Thread eric1235711
| Spokane, Washington, USA -- View this message in context: http://www.nabble.com/Fighting-with-comments-tf2467964.html#a6896080 Sent from the Vim - General mailing list archive at Nabble.com.

Re: Fighting with comments

2006-10-19 Thread eric1235711
in context: http://www.nabble.com/Fighting-with-comments-tf2467964.html#a6896241 Sent from the Vim - General mailing list archive at Nabble.com.

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
that appear related to what you're trying to do. Regards, Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Wireless Division | Spokane, Washington, USA -- View this message in context: http://www.nabble.com/Fighting

Fighting with comments

2006-10-18 Thread eric1235711
in context: http://www.nabble.com/Fighting-with-comments-tf2467964.html#a6880708 Sent from the Vim - General mailing list archive at Nabble.com.

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
this message in context: http://www.nabble.com/Fighting-with-comments-tf2467964.html#a6884075 Sent from the Vim - General mailing list archive at Nabble.com.

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