Hi,

I have recently indent some vimscript buffer that contains ruby inside part 
code.


Using gg=GG normal command, it has indented EOF ruby part code that make syntax 
unvailable.


Is there a way to avoid third part language in normal indent command ?

Thank you




Example Vim script: >

        function! RedGem()
        ruby << EOF
        class Garnet
                def initialize(s)
                        @buffer = Vim::Buffer.current
                        vimputs(s)
                end
                def vimputs(s)
                        @buffer.append(@buffer.count,s)
                end
        end
        gem = Garnet.new("pretty")
          EOF         !! <<<< Here the syntax break
        endfunction

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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to