aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-06-21 22:54:08 +0200
committerGitHub <noreply@github.com>2018-06-21 22:54:08 +0200
commitcf659a19260aea27816575d67a12139ebaada56f (patch)
tree699f705b09fc56af06ac155fb95e10675fefa526 /src/nvim/buffer_defs.h
parent7ae7da8fb9ab2e23ffc19000798ae27a2dee4e87 (diff)
parent10083ec4cc6d8f03831445831a20c82fee87880b (diff)
downloadrneovim-cf659a19260aea27816575d67a12139ebaada56f.tar.gz
rneovim-cf659a19260aea27816575d67a12139ebaada56f.tar.bz2
rneovim-cf659a19260aea27816575d67a12139ebaada56f.zip
Merge #8612 from janlazo/vim-8.0.0621
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index 50d8c822c1..4fce4ecd22 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -41,6 +41,7 @@ typedef struct {
// for kvec
#include "nvim/lib/kvec.h"
+#define GETFILE_SUCCESS(x) ((x) <= 0)
#define MODIFIABLE(buf) (buf->b_p_ma)
/*