Merge #11851 'eval.c: factor out eval/userfunc.c'

vim-patch:7.4.2058
This commit is contained in:
Justin M. Keyes
2020-04-26 20:01:58 -07:00
19 changed files with 3551 additions and 3423 deletions

View File

@@ -133,9 +133,6 @@ typedef enum {
# include "viml/parser/expressions.c.generated.h"
#endif
/// Character used as a separator in autoload function/variable names.
#define AUTOLOAD_CHAR '#'
/// Scale number by a given factor
///
/// Used to apply exponent to a number. Idea taken from uClibc.