mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
Remove FEAT_AUTOCMD
Support for :autocmd command
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user