Tuesday, April 26, 2011

Re: Editing PHP with Vim

Hi Tom,

vim-addon-xdebug provides debugging (eg install by using
vim-addon-manager on my github page)
Sometimes Vim segfaults but its still useful.

About editing:

There a ZenCoding plugin for Vim which I higly recommend.
Google for ZenCoding to find out what is about.

Indentation in Vim: It depends on your setting:
Vim has different ways to indent.

You can :set ft=html then indent and switch back to php filetype.

The default indentexpr=GetPHPIndent does not honor HTML.

I also highly recommend having a look at www.haxe.org

Marc Weber

--
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

No comments: