diff options
author | Hinidu <hinidu@gmail.com> | 2014-04-09 08:01:26 +0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-05-28 13:08:54 -0400 |
commit | df4127919a04f5dad461159bb18dec73a32c2f1e (patch) | |
tree | 9bdb0656cccce25ac57bcb0dd977753c53edaced /src/nvim/fileio.c | |
parent | ac116088af763b0e6753f973513a1aafa5700cb2 (diff) | |
download | rneovim-df4127919a04f5dad461159bb18dec73a32c2f1e.tar.gz rneovim-df4127919a04f5dad461159bb18dec73a32c2f1e.tar.bz2 rneovim-df4127919a04f5dad461159bb18dec73a32c2f1e.zip |
Remove FEAT_AUTOCMD
Support for :autocmd command
Diffstat (limited to 'src/nvim/fileio.c')
-rw-r--r-- | src/nvim/fileio.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/fileio.c b/src/nvim/fileio.c index 290ff424cc..f6c9db350e 100644 --- a/src/nvim/fileio.c +++ b/src/nvim/fileio.c @@ -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 ( |