From 36acae11ada0bbe06a33679547541a80f87d76b4 Mon Sep 17 00:00:00 2001 From: ninrod Date: Thu, 16 Jun 2016 01:00:02 -0300 Subject: [PATCH] Typo --- content/minimal-vimrc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/minimal-vimrc.vim b/content/minimal-vimrc.vim index 2bffea3..5c0bdb0 100644 --- a/content/minimal-vimrc.vim +++ b/content/minimal-vimrc.vim @@ -2,7 +2,7 @@ " A (not so) minimal vimrc. " -" You want Vim, not vi. When Vim finds a vimrc, 'nocomptaible' is set anyway. +" You want Vim, not vi. When Vim finds a vimrc, 'nocompatible' is set anyway. " We set it explicitely to make our position clear! set nocompatible