On Aug 30, 9:24 am, "Adrien Destugues / PulkoMandy" <pulkoma...@pulkomandy.ath.cx> wrote: > > Ok, I'll keep working on it then.
I'm glad to hear it. I debated with myself for a while before deciding against removing Amiga from the list of supported systems given in Vim's wikipedia article. Now I feel vindicated. > Is there some document about the coding conventions ? I didn't see > anything on the website. The most important thing for indent style, etc. is probably just to use Vim to edit it with filetype plugins and indentation turned on. You can probably get the rest from context. One of the stumbling blocks for me was actually in the tab settings...Vim's code uses noet, sts=4, ts=8, and sw=4, (which gives a strange mix of tabs and spaces for indentation) but doesn't always set all four options in a modeline, so beware. -- You received this message from the "vim_dev" 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