You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to autocomplete html file (which have &omnifunc defined) with these settings:
letg:SuperTabDefaultCompletionType='<c-x><c-u>'autocmdFileType*\ if &omnifunc!='' |
\ callSuperTabChain(&omnifunc, "<c-p>") |
\ endif
the omni-complete (in tags) works ok, but when I try to complete usual text outside of html tags I get first <c-p> result when I press <Tab> for the first time, but when I press <Tab> second time nothing happens (looks like it tried to complete text already completed by first <Tab> instead of initial text).
Is this expected behaviour (chaining support only first <c-p> result if &omnifunc fails), or misconfiguration or bug?
The text was updated successfully, but these errors were encountered:
When trying to autocomplete html file (which have
&omnifunc
defined) with these settings:the omni-complete (in tags) works ok, but when I try to complete usual text outside of html tags I get first
<c-p>
result when I press<Tab>
for the first time, but when I press<Tab>
second time nothing happens (looks like it tried to complete text already completed by first<Tab>
instead of initial text).Is this expected behaviour (chaining support only first
<c-p>
result if&omnifunc
fails), or misconfiguration or bug?The text was updated successfully, but these errors were encountered: