aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.h
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-02-13 18:04:39 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-02-13 18:17:25 -0500
commit54cd7298f8aa6adfa5a629b13ecb71b7779798bd (patch)
tree87e43c1069dc189a241f8fb834cb28871a0ef47f /src/nvim/ex_getln.h
parentfd44bd4d4feb884460fd9f023b162f5ee166aae0 (diff)
downloadrneovim-54cd7298f8aa6adfa5a629b13ecb71b7779798bd.tar.gz
rneovim-54cd7298f8aa6adfa5a629b13ecb71b7779798bd.tar.bz2
rneovim-54cd7298f8aa6adfa5a629b13ecb71b7779798bd.zip
vim-patch:8.2.0054: :diffget and :diffput don't have good completion
Problem: :diffget and :diffput don't have good completion. Solution: Add proper completion. (Dominique Pelle, closes vim/vim#5409) https://github.com/vim/vim/commit/ae7dba896975051a3f0b7123faa08dac5635972d
Diffstat (limited to 'src/nvim/ex_getln.h')
-rw-r--r--src/nvim/ex_getln.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ex_getln.h b/src/nvim/ex_getln.h
index dc4395e081..3727aa5e62 100644
--- a/src/nvim/ex_getln.h
+++ b/src/nvim/ex_getln.h
@@ -32,6 +32,7 @@
#define WILD_IGNORE_COMPLETESLASH 0x400
#define WILD_NOERROR 0x800 // sets EW_NOERROR
#define WILD_BUFLASTUSED 0x1000
+#define BUF_DIFF_FILTER 0x2000
/// Present history tables
typedef enum {