diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2020-04-26 23:57:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-26 23:57:37 -0400 |
| commit | 34ad1ea36637845adb14c579587168126d3210e3 (patch) | |
| tree | 7342478885db7348b3925739f5a0320b48121102 /src/nvim/ex_getln.h | |
| parent | 5f41717838f4cd9d1087e452640ba554500279ab (diff) | |
| parent | 978a6bcaf2b98b3c89381a3eacf642b4f61db033 (diff) | |
| download | rneovim-34ad1ea36637845adb14c579587168126d3210e3.tar.gz rneovim-34ad1ea36637845adb14c579587168126d3210e3.tar.bz2 rneovim-34ad1ea36637845adb14c579587168126d3210e3.zip | |
Merge #12155 ':ls filter by terminal, lastused'
Diffstat (limited to 'src/nvim/ex_getln.h')
| -rw-r--r-- | src/nvim/ex_getln.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ex_getln.h b/src/nvim/ex_getln.h index 84b2b41f30..dc4395e081 100644 --- a/src/nvim/ex_getln.h +++ b/src/nvim/ex_getln.h @@ -31,6 +31,7 @@ #define WILD_ALLLINKS 0x200 #define WILD_IGNORE_COMPLETESLASH 0x400 #define WILD_NOERROR 0x800 // sets EW_NOERROR +#define WILD_BUFLASTUSED 0x1000 /// Present history tables typedef enum { |