diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-06-13 13:18:32 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-06-13 13:18:32 +0000 |
commit | b5ddc07b05a920fd10acbc50251ecfc829153625 (patch) | |
tree | af5beeadb67590b4e312380b1846215d740c001a | |
parent | e1d1289d47574b9acb99fd26efc1c2dc55ce16e2 (diff) | |
download | vim-git-b5ddc07b05a920fd10acbc50251ecfc829153625.tar.gz |
updated for version 7.0001
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 46a40ad29..4a4a6c0eb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -432,7 +432,7 @@ CClink = $(CC) #CONF_OPT_FEAT = --with-features=small #CONF_OPT_FEAT = --with-features=normal #CONF_OPT_FEAT = --with-features=big -CONF_OPT_FEAT = --with-features=huge +#CONF_OPT_FEAT = --with-features=huge # COMPILED BY - For including a specific e-mail address for ":version". #CONF_OPT_COMPBY = "--with-compiledby=John Doe <JohnDoe@yahoo.com>" |