Remove FEAT_AUTOCMD

Support for :autocmd command
This commit is contained in:
Hinidu
2014-04-09 08:01:26 +03:00
committed by Justin M. Keyes
parent ac116088af
commit df4127919a
3 changed files with 1 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
/*
* Struct to save values in before executing autocommands for a buffer that is
* not the current buffer. Without FEAT_AUTOCMD only "curbuf" is remembered.
* not the current buffer.
*/
typedef struct {
buf_T *save_curbuf; /* saved curbuf */