Skip to content

I could not connect snipmate with AutoComplPop #18

@OurCodeBase

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 ??

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