stardiviner
11/2/2012 - 10:55 AM

'

'

            let b:inline_edit_patterns = [
                \   {
                \   'main_filetype':        'vim',
                \   'sub_filetype':         'vim',
                \   'indent_adjustment':    1,
                \   'start':                '\<fun\%[ction!]\>',
                \   'end':                  '\<endfun\%[ction]\>',
                \   }
                \ ]
            func! Kk()
                echohl WarningMsg
                echo "hello stardiviner"
                echohl None
            endfunc