Skip to content

Commit

Permalink
Merge pull request embark-theme#27 from pyrho/fix/italics
Browse files Browse the repository at this point in the history
fix(italics): fix typo
  • Loading branch information
skbolton authored Oct 16, 2020
2 parents a2d7468 + 770ff52 commit cce94a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/embark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function! s:maybe_italic(style)
if g:embark_terminal_italics == 1
" if there are other styles than italics concat
if empty(a:style)
return s:maybe_italic("")
return "italic"
else
return a:style . ",italic"
endif
Expand Down

0 comments on commit cce94a2

Please sign in to comment.