Generate documentation only once.

Fixes https://github.com/lifepillar/vim-solarized8/issues/23.
This commit is contained in:
Lifepillar
2017-11-05 11:08:09 +01:00
parent 150c7e0e56
commit 25933f5723
19 changed files with 94 additions and 399 deletions

View File

@@ -4,7 +4,7 @@
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
" Website: https://github.com/lifepillar/vim-solarized8
" License: OSI approved MIT license
" Last Updated: Sun Oct 29 21:18:50 2017
" Last Updated: Sun Nov 5 11:05:25 2017
if !(has('termguicolors') && &termguicolors) && !has('gui_running')
\ && (!exists('&t_Co') || &t_Co < (get(g:, 'solarized_use16', 0) ? 16 : 256))