From 09e4f32e679a614a3dbb8f8677033a638f5b6bf5 Mon Sep 17 00:00:00 2001 From: Matt Wozniski Date: Sat, 4 Oct 2008 22:02:28 -0400 Subject: [PATCH] Fix minor typo in CSApprox help --- doc/CSApprox.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/CSApprox.txt b/doc/CSApprox.txt index 0a82f56..ce99710 100644 --- a/doc/CSApprox.txt +++ b/doc/CSApprox.txt @@ -228,6 +228,7 @@ User intervention is sometimes required for information about the terminal. |csapprox-terminal-example|. Some colorschemes could fail if they try to be too smart. + A colorscheme could decide to only set colors for the mode Vim is running in. If a scheme only sets GUI colors when the GUI is running, instead of using the usual approach of setting all colors and letting Vim choose which @@ -238,6 +239,7 @@ Some colorschemes could fail if they try to be too smart. that skipping them is the proper behavior. It's slow. + For me, it takes Vim's startup time from 0.15 seconds to 0.35 seconds. This is probably still acceptable, but it is definitely worth trying to cut down on this time in future versions.