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