From df4127919a04f5dad461159bb18dec73a32c2f1e Mon Sep 17 00:00:00 2001 From: Hinidu Date: Wed, 9 Apr 2014 08:01:26 +0300 Subject: Remove FEAT_AUTOCMD Support for :autocmd command --- src/nvim/fileio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/fileio.h') diff --git a/src/nvim/fileio.h b/src/nvim/fileio.h index 2d61c21fb5..137f8506ba 100644 --- a/src/nvim/fileio.h +++ b/src/nvim/fileio.h @@ -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 */ -- cgit