mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 12:23:06 +02:00
5 lines
216 B
VimL
5 lines
216 B
VimL
if exists('b:did_ftplugin_taskwiki_after') | finish | endif
|
|
let b:did_ftplugin_taskwiki_after = 1
|
|
|
|
let b:taskwiki_omnifunc_fallback = len(&omnifunc) ? function(&omnifunc) : ''
|
|
setlocal omnifunc=taskwiki#CompleteOmni
|