@@ -39,6 +39,7 @@ let g:commonFeatureFlags = {
3939 \ ' keymap' : F_FeatureMatrix (g: vimDistribution , v: true , v: true , v: true , v: false ),
4040 \ ' ui_enhancement' : F_FeatureMatrix (g: vimDistribution , v: true , v: true , v: true , v: false ),
4141 \ ' grep' : F_FeatureMatrix (g: vimDistribution , v: true , v: true , v: true , v: false ),
42+ \ ' diagnostic' : F_FeatureMatrix (g: vimDistribution , v: true , v: true , v: true , v: false ),
4243 \ ' local_vimrc' : F_FeatureMatrix (g: vimDistribution , v: true , v: true , v: false , v: false ),
4344 \}
4445
@@ -745,6 +746,7 @@ call F_FeatureLoad(g:commonFeatureFlags, g:vimDistribution, "mapping_timeout")
745746call F_FeatureLoad (g: commonFeatureFlags , g: vimDistribution , " keymap" )
746747call F_FeatureLoad (g: commonFeatureFlags , g: vimDistribution , " ui_enhancement" )
747748call F_FeatureLoad (g: commonFeatureFlags , g: vimDistribution , " grep" )
749+ call F_FeatureLoad (g: commonFeatureFlags , g: vimDistribution , " diagnostic" )
748750call F_FeatureLoad (g: commonFeatureFlags , g: vimDistribution , " local_vimrc" )
749751
750752" Post setup
0 commit comments