diff --git a/vim/vimrc b/vim/vimrc index 6071d0a..21fd4f7 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -64,7 +64,7 @@ let g:SuperTabDefaultCompletionType = "context" let g:SuperTabRetainCompletionDuretaion = "completion" let g:SuperTabClosePreviewOnPopupClose = 1 -let g:SuperTabNoCompleteAfter = ['^', '\s', "'", '=>', ')'] +let g:SuperTabNoCompleteAfter = ['^', '\s', "'", '=>', ')', '|', '&', ';'] " syntastic let g:syntastic_check_on_open = 0