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

@@ -5361,8 +5361,6 @@ void forward_slash(char_u *fname)
/*
* Code for automatic commands.
*
* Only included when "FEAT_AUTOCMD" has been defined.
*/
@@ -6460,7 +6458,6 @@ int check_nomodeline(char_u **argp)
* Search for a visible window containing the current buffer. If there isn't
* one then use "aucmd_win".
* Set "curbuf" and "curwin" to match "buf".
* When FEAT_AUTOCMD is not defined another version is used, see below.
*/
void
aucmd_prepbuf (
@@ -6546,7 +6543,6 @@ aucmd_prepbuf (
/*
* Cleanup after executing autocommands for a (hidden) buffer.
* Restore the window as it was (if possible).
* When FEAT_AUTOCMD is not defined another version is used, see below.
*/
void
aucmd_restbuf (