From a5471a9d6a65a042fbfeb5279a3e1bb81a608573 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Tue, 12 Sep 2017 18:51:50 -0400 Subject: [PATCH] vimrc: syntax enable --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 9f6eadd..1ef6941 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -7,7 +7,7 @@ " ============================================================================== set nocompatible " Be IMproved (https://goo.gl/2RiJoo) if !exists('g:syntax_on') - syntax on " Syntax hilighting + syntax enable " Syntax hilighting endif filetype plugin indent on " Recognize filetype, indent, plugin files set encoding=utf-8 " Character encoding