commit | effed9315c6c5a35fc2824b90da4af753c7a02dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 14 13:38:17 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 14 13:38:17 2018 +0200 |
tree | 88d56aef2343b3cd97dec518e2cc047376accbd0 | |
parent | def7b1dc6104a6ce6d7c3e3a615231178601b124 [diff] [blame] |
patch 8.1.0281: parsing command modifiers is not separated Problem: Parsing command modifiers is not separated. Solution: Move command modifier parsing to a separate function.
diff --git a/src/feature.h b/src/feature.h index efe349d..6ae3ac2 100644 --- a/src/feature.h +++ b/src/feature.h
@@ -355,6 +355,10 @@ # endif #endif +#ifdef FEAT_EVAL +# define HAVE_SANDBOX +#endif + /* * +profile Profiling for functions and scripts. */