From 1442cf9fca02f6022a0a8e0042a685fb3058fcb9 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Sun, 13 Sep 2020 17:39:46 +0200 Subject: [PATCH] Disable gdefault in vim Since this option is deprecated because it may break stuff in plugins that do not expect this option to be set. Also inccommand still highlights globally as soon as the flag is added. --- .config/vim/vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/vim/vimrc b/.config/vim/vimrc index bd984dd..7124179 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -50,10 +50,6 @@ set spell spelllang=en_us if (has('nvim')) set inccommand=nosplit endif -" By default substitute with g flag (useful for inccommand and since I never -" substitute without the g flag. -" Specify g again to toggle it back -set gdefault " Aesthetics ################################################################### " Use 24-bit (true-color) mode