From 95ead018ada231feed968d04409cff3ff789d66c Mon Sep 17 00:00:00 2001 From: Amir Date: Sat, 15 Oct 2022 21:39:35 +0200 Subject: [PATCH] Fix https://github.com/amix/vimrc/issues/680 --- vimrcs/basic.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 062ec71c..ac7f2e27 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -134,6 +134,9 @@ set foldcolumn=1 " Enable syntax highlighting syntax enable +" Set regular expression engine automatically +set regexpengine=0 + " Enable 256 colors palette in Gnome Terminal if $COLORTERM == 'gnome-terminal' set t_Co=256