'
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