5 lines
118 B
VimL
5 lines
118 B
VimL
|
augroup vim_autohotkey
|
||
|
autocmd!
|
||
|
autocmd FileType autohotkey setlocal omnifunc=autohotkey#complete
|
||
|
augroup END
|