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.h | |
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.h')
-rw-r--r-- | src/nvim/fileio.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |