Skip to content

I could not connect snipmate with AutoComplPop #18

Description

@OurCodeBase

Dear sir !
I want to use snipmate with AutoComplPop but i can't.
I have used this code as shown

  fun! GetSnipsInCurrentScope()
    let snips = {}
    for scope in [bufnr('%')] + split(&ft, '\.') + ['_']
      call extend(snips, get(s:snippets, scope, {}), 'keep')
      call extend(snips, get(s:multi_snips, scope, {}), 'keep')
    endfor
    return snips
  endf

let g:acp_behaviorSnipmateLength = 1

But i didn't get any response. Can you help me to solve this query ??

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions