aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f8ac71fc..427dab21 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -64,10 +64,6 @@ endif
set comments=
set commentstring=
-" Add completion options
-set completeopt+=longest " Insert longest common substring
-set completeopt+=menuone " Show the menu even if only one match
-
" Give me a prompt instead of just rejecting risky :write, :saveas
set confirm