From b22d44aee930ace184467fa77d0716e1304bb44b Mon Sep 17 00:00:00 2001 From: Aleks Ozolins Date: Wed, 9 Oct 2019 11:06:44 -0400 Subject: [PATCH] Spelling mistake in comment in gruvbox.vim Small spelling correction. --- colors/gruvbox.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index a0c2c0ba..0917a86d 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -558,7 +558,7 @@ call s:HL('FoldColumn', s:gray, s:bg1) call s:HL('Cursor', s:none, s:none, s:inverse) " Visual mode cursor, selection hi! link vCursor Cursor -" Input moder cursor +" Input mode cursor hi! link iCursor Cursor " Language mapping cursor hi! link lCursor Cursor