localcfg/plugins/molokai.vimΒΆ

Enforce vim script implementation to reduce ambiguities and improve robustness:

scriptversion 4

Try to match original colour scheme in terminal:

if !has('gui_running') && &t_Co >= 256
    const g:rehash256 = v:true
endif