From 0d8f667c1ddb5afe8c071027d9c391e2e5a317d1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 8 Jun 2019 19:48:25 +1200 Subject: Remove 'completeopt' settings I realised I don't actually want either of these. --- vim/vimrc | 4 ---- 1 file changed, 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 -- cgit v1.2.3