From de4c54680faa5275f2cab082fe3119e7c9c08cf2 Mon Sep 17 00:00:00 2001 From: Tully Robinson Date: Mon, 2 Jun 2014 08:56:21 -0700 Subject: [PATCH] Fix typo in introduction. --- Introduction.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Introduction.md b/Introduction.md index 1bad60e..3920899 100644 --- a/Introduction.md +++ b/Introduction.md @@ -51,8 +51,7 @@ motivations) that will be performed in the first iteration: ### Migrate to a CMake-based build -The source tree has dozens (if not hundreds) of files dedicated to building vim -with on various platforms with different configurations, and many of these files +The source tree has dozens (if not hundreds) of files dedicated to building vim on various platforms with different configurations, and many of these files look abandoned or outdated. Most users don't care about selecting individual features and just compile using `--with-features=huge`, which still generates an executable that is small enough even for lightweight systems by today's