Skip to content

Commit 0bbcfa8

Browse files
committed
fix #138: set nocompatible
1 parent 37a9a00 commit 0bbcfa8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tutorialrc

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
if &compatible
2+
set nocompatible
3+
endif
4+
15
set runtimepath=$VIMRUNTIME
26
cd `=expand('<sfile>:p:h')`
37
set runtimepath^=.

0 commit comments

Comments
 (0)