Re: OpenBSD Vim Programming FAQ

2010-10-31 Thread Tomas Vavrys
http://tottinge.blogsome.com/use-vim-like-a-pro Great resource and not too overwhelming. 2010/10/9 Tomas Vavrys vav...@cleancode.cz: I would like to refer to using snipmate. I don't recommend it anymore, because I forget the syntax details very easily with it. It is better to write everything

Re: OpenBSD Vim Programming FAQ

2010-10-09 Thread Tomas Vavrys
My last .vimrc. http://dl.dropbox.com/u/9017966/.vimrc 2010/10/9 Tobias Ulmer tobi...@tmux.org: On Sat, Oct 09, 2010 at 01:27:21AM +0300, Vladimir Kirillov wrote: [...] style(9): Indentation is an 8 character tab. B Second level indents are four spaces. B B B while (cnt 20) B B B z

Re: OpenBSD Vim Programming FAQ

2010-10-09 Thread Tomas Vavrys
I would like to refer to using snipmate. I don't recommend it anymore, because I forget the syntax details very easily with it. It is better to write everything on your own. 2010/10/9 Tomas Vavrys vav...@cleancode.cz: My last .vimrc. http://dl.dropbox.com/u/9017966/.vimrc 2010/10/9 Tobias

Re: OpenBSD Vim Programming FAQ

2010-10-08 Thread Christiano F. Haesbaert
On 7 October 2010 16:39, Alex Vladimirovich poreb...@junkemail.ru wrote: I've decided to write Vim Programming FAQ. I'm not breaking here to make any holy war of text editors, but i'm *very* interesting did or will someone work on similar guide for Emacs? I've posted my openbsd c-style

Re: OpenBSD Vim Programming FAQ

2010-10-08 Thread Vladimir Kirillov
On 11:43 Thu 12 Aug, Darrin Chandler wrote: On Thu, Aug 12, 2010 at 01:07:47PM +0200, Tomas Vavrys wrote: 2010/8/12 Ingo Schwarze schwa...@usta.de: Oh, and also note that OpenBSD and vim is a weird topic. OpenBSD and nvi or OpenBSD and mg would seem more natural. On the other hand,

Re: OpenBSD Vim Programming FAQ

2010-10-08 Thread Sam Fourman Jr.
On Tue, Oct 5, 2010 at 5:02 AM, Tomas Vavrys vav...@cleancode.cz wrote: I'll publish my .vimrc when I get home. 2010/10/5 David Coppa dco...@gmail.com: On Tue, Oct 5, 2010 at 11:38 AM, Tomas Vavrys vav...@cleancode.cz wrote: I'm sorry. My bad. PDF Version

Re: OpenBSD Vim Programming FAQ

2010-10-08 Thread patrick keshishian
On Fri, Oct 8, 2010 at 3:27 PM, Vladimir Kirillov pro...@uaoug.org.ua wrote: On 11:43 Thu 12 Aug, Darrin Chandler wrote: On Thu, Aug 12, 2010 at 01:07:47PM +0200, Tomas Vavrys wrote: 2010/8/12 Ingo Schwarze schwa...@usta.de: Oh, and also note that OpenBSD and vim is a weird topic. OpenBSD

Re: OpenBSD Vim Programming FAQ

2010-10-08 Thread Ted Unangst
On Fri, Oct 8, 2010 at 6:27 PM, Vladimir Kirillov pro...@uaoug.org.ua wrote: style(9): Indentation is an 8 character tab. Second level indents are four spaces. while (cnt 20) z = a + really + long + statement + that + needs + two + lines + gets + indented + four +

Re: OpenBSD Vim Programming FAQ

2010-10-08 Thread Tobias Ulmer
On Sat, Oct 09, 2010 at 01:27:21AM +0300, Vladimir Kirillov wrote: [...] style(9): Indentation is an 8 character tab. Second level indents are four spaces. while (cnt 20) z = a + really + long + statement + that + needs + two + lines + gets + indented + four + spaces

Re: OpenBSD Vim Programming FAQ

2010-10-07 Thread Alex Vladimirovich
I've decided to write Vim Programming FAQ. I'm not breaking here to make any holy war of text editors, but i'm *very* interesting did or will someone work on similar guide for Emacs? OpenBSD and nvi quote: vim is replacing nvi, since nvi does not have a pure BSD license, and vim also works

Re: OpenBSD Vim Programming FAQ

2010-10-05 Thread Tomas Vavrys
I'm sorry. My bad. PDF Version http://dl.dropbox.com/u/9017966/OpenBSDDevelopementandVimProgrammingGuide.pdf HTML Version http://dl.dropbox.com/u/9017966/OpenBSDDevelopementandVimProgrammingGuide.zip

Re: OpenBSD Vim Programming FAQ

2010-10-05 Thread Tomas Vavrys
I'll publish my .vimrc when I get home. 2010/10/5 David Coppa dco...@gmail.com: On Tue, Oct 5, 2010 at 11:38 AM, Tomas Vavrys vav...@cleancode.cz wrote: I'm sorry. My bad. PDF Version http://dl.dropbox.com/u/9017966/OpenBSDDevelopementandVimProgrammingGuide.pdf HTML Version

Re: OpenBSD Vim Programming FAQ

2010-10-04 Thread Tomas Vavrys
After 2 months I have to announce that I am unable to finish the guide. I am too busy at the moment and unfortunately I will be still busy for a long time. Anyway, there has been a lot of people interested in this guide, so I suppose someone could use my work/ideas and make it come true. Document

Re: OpenBSD Vim Programming FAQ

2010-10-04 Thread Marco Peereboom
It asks for a password and shit. Not sure how I could use this. On Mon, Oct 04, 2010 at 11:32:10PM +0200, Tomas Vavrys wrote: After 2 months I have to announce that I am unable to finish the guide. I am too busy at the moment and unfortunately I will be still busy for a long time. Anyway,

Re: OpenBSD Vim Programming FAQ

2010-08-13 Thread Rares Aioanei
On Wed, 11 Aug 2010 21:43:09 +0200 Tomas Vavrys vav...@cleancode.cz wrote: I've decided to write Vim Programming FAQ. I'm not an expert [snip] I can help with the correcting part and, since I also use vim, with some tips. Please note that I only have two days per week available for this, so if

Re: OpenBSD Vim Programming FAQ

2010-08-13 Thread Sam Fourman Jr.
On Thu, Aug 12, 2010 at 6:07 AM, Tomas Vavrys vav...@cleancode.cz wrote: Thank you for your point. Unfortunately there is at least 7 people who would like to see some tutorial. I am not a developer so I didn't know about the style(9). Anyways, it's not about style(9). It's about people, being

Re: OpenBSD Vim Programming FAQ

2010-08-13 Thread Tomas Vavrys
I am already writing and I don't want to hurry this thing up. It won't be ready this week. Rather in two weeks. After that I will send it to all of you who wants to help. Thank you for your patience. 2010/8/13 Rares Aioanei debian.dev.l...@gmail.com: On Wed, 11 Aug 2010 21:43:09 +0200 Tomas

Re: OpenBSD Vim Programming FAQ

2010-08-12 Thread Tomas Vavrys
A lot of people has sent me their opinions or questions. Let's make it clear. I don't want to do it Wiki-like, rather plain html page. It can become manual page who knows... You can still help just by sending an e-mail. My goals are: 1) Make everything as simple as possible, but not simpler. -

Re: OpenBSD Vim Programming FAQ

2010-08-12 Thread Ingo Schwarze
Tomas Vavrys wrote on Thu, Aug 12, 2010 at 09:52:57AM +0200: I don't want to do it Don't talk about what you want to do, just do it. When it's done, tell people to look at the *result* and decide whether it is useful or useless. Shut up and hack. 2) STYLE(9) will be our bible The style(9)

Re: OpenBSD Vim Programming FAQ

2010-08-12 Thread Tomas Vavrys
Thank you for your point. Unfortunately there is at least 7 people who would like to see some tutorial. I am not a developer so I didn't know about the style(9). Anyways, it's not about style(9). It's about people, being more productive during programming, collecting habbits and tips from OpenBSD

Re: OpenBSD Vim Programming FAQ

2010-08-12 Thread Jiri B.
Date: Thu, 12 Aug 2010 13:07:47 +0200 Subject: Re: OpenBSD Vim Programming FAQ From: vav...@cleancode.cz To: misc@openbsd.org Thank you for your point. Unfortunately there is at least 7 people who would like to see some tutorial. I am not a developer

Re: OpenBSD Vim Programming FAQ

2010-08-12 Thread Darrin Chandler
On Thu, Aug 12, 2010 at 01:07:47PM +0200, Tomas Vavrys wrote: 2010/8/12 Ingo Schwarze schwa...@usta.de: Oh, and also note that OpenBSD and vim is a weird topic. OpenBSD and nvi or OpenBSD and mg would seem more natural. On the other hand, some people (including Marco) apparently like the

OpenBSD Vim Programming FAQ

2010-08-11 Thread Tomas Vavrys
I've decided to write Vim Programming FAQ. I'm not an expert and I would like to start with less content and make it better over time. However I might offer some practical tips, because I work with OpenBSD and Vim everyday. As you can see I am not native English speaker so I will definitely need