supertab icon indicating copy to clipboard operation
supertab copied to clipboard

Prevent completion after parenthesis

Open hiqsol opened this issue 6 years ago • 0 comments

I want SuperTab don't complete after all parenthesis: [, ], (, ), {, }

This doesn't help:

let g:SuperTabNoCompleteAfter = ['^', '\s', '"', "'", ',', '.', ':', '[', ']', '(', ')', '{', '}']

This too:

let g:SuperTabNoCompleteAfter = ['^', '\s', '"', "'", ',', '.', ':', '\[', '\]', '\(', '\)', '\{', '\}']

hiqsol avatar Oct 26 '17 15:10 hiqsol