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