projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
f750207
e0d4352
)
Merge branch 'master' into feature/autocmd
author
Daniel Carl
<danielcarl@gmx.de>
Wed, 3 Sep 2014 22:19:17 +0000
(
00:19
+0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Wed, 3 Sep 2014 22:19:17 +0000
(
00:19
+0200)
Conflicts:
src/ex.c
1
2
src/ex.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/ex.c
index
e965478
,
c42b348
..
88b8bf8
---
1
/
src/ex.c
---
2
/
src/ex.c
+++ b/
src/ex.c
@@@
-39,16
-39,8
+39,15
@@@
#include "handlers.h"
#include "map.h"
#include "js.h"
- #include "normal.h"
+#ifdef FEATURE_AUTOCMD
+#include "autocmd.h"
+#endif
typedef enum {
+#ifdef FEATURE_AUTOCMD
+ EX_AUTOCMD,
+ EX_AUGROUP,
+#endif
EX_BMA,
EX_BMR,
EX_EVAL,