From 999dfcf9a953c23eeac9acb50ea4cb1029156183 Mon Sep 17 00:00:00 2001 From: darkelfe Date: Tue, 1 Oct 2013 15:37:36 +0200 Subject: [PATCH] =?UTF-8?q?Pas=20d'auto-compl=C3=A9tion=20apr=C3=A8s=20')'?= =?UTF-8?q?=20(supertab)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 025d14a..6071d0a 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