From 62f6d9b86bfd138a59bec17a054159e85ad6043e Mon Sep 17 00:00:00 2001 From: darkelfe Date: Wed, 2 Oct 2013 18:17:24 +0200 Subject: [PATCH] Ajout exceptions supertab --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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