From 7bb3ec24ba21a4165e8c46031e24ed3e1225f10c Mon Sep 17 00:00:00 2001 From: Daniel Cousens <413395+dcousens@users.noreply.github.com> Date: Mon, 20 Jul 2020 21:41:59 +1000 Subject: [PATCH] Fix spelling typo in comment --- autoload/airline/themes/dark.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/airline/themes/dark.vim b/autoload/airline/themes/dark.vim index a6f9f990..da85b10b 100644 --- a/autoload/airline/themes/dark.vim +++ b/autoload/airline/themes/dark.vim @@ -152,7 +152,7 @@ let g:airline#themes#dark#palette.accents = { " Here we define the color map for ctrlp. We check for the g:loaded_ctrlp -" variable so that related functionality is loaded iff the user is using +" variable so that related functionality is loaded if the user is using " ctrlp. Note that this is optional, and if you do not define ctrlp colors " they will be chosen automatically from the existing palette. if get(g:, 'loaded_ctrlp', 0)