vim-AHKcomplete
July 4, 2015 ยท View on GitHub
Omnicomplete for autohotkey script.
Add autocmd FileType autohotkey setl omnifunc=ahkcomplete#Complete to .vimrc
file to enable this plugin. If you want the preview of AHK commands, you should
add set completeopt+=preview to .vimrc file.