Fix a typo

This commit is contained in:
Josh Dick
2016-01-21 11:47:51 -05:00
parent bf9c45a4fd
commit cfae908708

View File

@@ -1,6 +1,6 @@
" Vim Color File " Vim Color File
" Name: onedark.vim " Name: onedark.vim
" Version: 1.42 " Version: 1.43
" Maintainer: https://github.com/joshdick/onedark.vim/ " Maintainer: https://github.com/joshdick/onedark.vim/
" License: The MIT License (MIT) " License: The MIT License (MIT)
" Based On: https://github.com/MaxSt/FlatColor/ " Based On: https://github.com/MaxSt/FlatColor/
@@ -28,7 +28,7 @@ if !exists("g:onedark_termcolors")
let g:onedark_termcolors = 256 let g:onedark_termcolors = 256
endif endif
" Mot all terminals support italics properly. If yours does, opt-in. " Not all terminals support italics properly. If yours does, opt-in.
if !exists("g:onedark_terminal_italics") if !exists("g:onedark_terminal_italics")
let g:onedark_terminal_italics = 0 let g:onedark_terminal_italics = 0
endif endif