summaryrefslogtreecommitdiffstats
path: root/src/alloc.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-01 15:02:04 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-01 15:02:04 +0200
commitd76ce852668635d81778cedacc2d3f021ed4e475 (patch)
tree6c8ccf04f39953233f1cd46ef647888976053e5d /src/alloc.h
parenta796d46f29e3cc235cc981696d7ee80faccb5000 (diff)
patch 8.0.1782: no simple way to label quickfix entriesv8.0.1782
Problem: No simple way to label quickfix entries. Solution: Add the "module" item, to be used instead of the file name for display purposes. (Martin Szamotulski, closes #1757)
Diffstat (limited to 'src/alloc.h')
-rw-r--r--src/alloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.h b/src/alloc.h
index 715f5cc25c..60fa4bd66e 100644
--- a/src/alloc.h
+++ b/src/alloc.h
@@ -15,6 +15,7 @@ typedef enum {
aid_qf_dirname_start,
aid_qf_dirname_now,
aid_qf_namebuf,
+ aid_qf_module,
aid_qf_errmsg,
aid_qf_pattern,
aid_last