diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-31 14:55:40 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-31 14:55:40 +0100 |
commit | e2c3810c2ae290bbc2cba18eb47cc2d44e4b9797 (patch) | |
tree | d925e3d106d6ef1cc76cd5465f8971d8fac2db72 /src/feature.h | |
parent | 3c124e3ac81521ae1e7e4a9cb9597ab754b92429 (diff) | |
download | vim-git-e2c3810c2ae290bbc2cba18eb47cc2d44e4b9797.tar.gz |
patch 7.4.1222v7.4.1222
Problem: ":normal" command and others missing in tiny build.
Solution: Graduate FEAT_EX_EXTRA.
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/feature.h b/src/feature.h index f1a3a4a39..ca81d8972 100644 --- a/src/feature.h +++ b/src/feature.h @@ -254,13 +254,6 @@ #endif /* - * +ex_extra ":retab", ":right", ":left", ":center", ":normal". - */ -#if defined(FEAT_NORMAL) || defined(FEAT_CHANNEL) -# define FEAT_EX_EXTRA -#endif - -/* * +extra_search 'hlsearch' and 'incsearch' options. */ #ifdef FEAT_NORMAL |