diff options
Diffstat (limited to 'src/nvim/buffer.h')
-rw-r--r-- | src/nvim/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/buffer.h b/src/nvim/buffer.h index 0484c8550d..9e2ca999e4 100644 --- a/src/nvim/buffer.h +++ b/src/nvim/buffer.h @@ -24,7 +24,7 @@ enum getf_retvalues { GETFILE_NOT_WRITTEN = 2, // "not written" error GETFILE_SAME_FILE = 0, // success, same file GETFILE_OPEN_OTHER = -1, // success, opened another file - GETFILE_UNUSED = 8 + GETFILE_UNUSED = 8, }; // Values for buflist_new() flags |