aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/fileio.h')
-rw-r--r--src/nvim/fileio.h2
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 */