Skip to content

Commit 601cb46

Browse files
authored
fix(vimrc): moved set nocompatible lower down the file (Shift3#27)
1 parent e751961 commit 601cb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
set nocompatible
21
filetype plugin on
32
syntax on
43

@@ -94,6 +93,7 @@ set ar
9493
set incsearch
9594
set hlsearch
9695
set vb t_vb=
96+
set nocompatible
9797

9898
" Load matchit.vim, but only if the user hasn't installed a newer version.
9999
if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# ''

0 commit comments

Comments
 (0)