aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-04-26 23:57:37 -0400
committerGitHub <noreply@github.com>2020-04-26 23:57:37 -0400
commit34ad1ea36637845adb14c579587168126d3210e3 (patch)
tree7342478885db7348b3925739f5a0320b48121102 /src/nvim/buffer_defs.h
parent5f41717838f4cd9d1087e452640ba554500279ab (diff)
parent978a6bcaf2b98b3c89381a3eacf642b4f61db033 (diff)
downloadrneovim-34ad1ea36637845adb14c579587168126d3210e3.tar.gz
rneovim-34ad1ea36637845adb14c579587168126d3210e3.tar.bz2
rneovim-34ad1ea36637845adb14c579587168126d3210e3.zip
Merge #12155 ':ls filter by terminal, lastused'
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index 2460159fc0..3dbd3ea121 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -543,6 +543,8 @@ struct file_buffer {
long b_mtime_read; // last change time when reading
uint64_t b_orig_size; // size of original file in bytes
int b_orig_mode; // mode of original file
+ time_t b_last_used; // time when the buffer was last used; used
+ // for viminfo
fmark_T b_namedm[NMARKS]; // current named marks (mark.c)