Merge pull request #2185 from dcousens/patch-1
Fix spelling typo in comment
This commit is contained in:
commit
e4077b1725
|
@ -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
|
" 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
|
" ctrlp. Note that this is optional, and if you do not define ctrlp colors
|
||||||
" they will be chosen automatically from the existing palette.
|
" they will be chosen automatically from the existing palette.
|
||||||
if get(g:, 'loaded_ctrlp', 0)
|
if get(g:, 'loaded_ctrlp', 0)
|
||||||
|
|
Loading…
Reference in New Issue