diff --git a/plugin/CSApprox.vim b/plugin/CSApprox.vim index 1158b72..efbce8c 100644 --- a/plugin/CSApprox.vim +++ b/plugin/CSApprox.vim @@ -796,6 +796,7 @@ function! s:CSApproxSnapshot(file, overwrite) set t_Co=256 endif + call s:CSApprox() let highlights = s:Highlights() call s:FixupGuiInfo(highlights)