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