http://www.vim.org/scripts/script.php?script_id=948
http://www.vim.org/scripts/script.php?script_id=1709

I have the above two packages installed. But my vim can not correctly
indent the SConstruct. For example, it will indent the SConstruct file
as the following. I'm wondering if anybody have some scripts on
correctly indent SConstruct files.

env = Environment()
  def build(target, source, env):
# Whatever it takes to build
    return None

    env.Command('foo.out', 'foo.in', build)

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

Reply via email to