aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/quickfix.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-12-15 19:10:25 -0500
committerGitHub <noreply@github.com>2017-12-15 19:10:25 -0500
commit7afd26a6d189d1ca798f93db8661bd656a37265f (patch)
tree1c2aa0dbd479f322fa6d8221b9f141fc6e2d3a44 /src/nvim/quickfix.c
parent6ff13d78b7eb0a1fae2e2e8cdd054072e1467158 (diff)
parentdcb2780b834d4df006f55a0475e03bd2a38ac344 (diff)
downloadrneovim-7afd26a6d189d1ca798f93db8661bd656a37265f.tar.gz
rneovim-7afd26a6d189d1ca798f93db8661bd656a37265f.tar.bz2
rneovim-7afd26a6d189d1ca798f93db8661bd656a37265f.zip
Merge pull request #7306 from DarkDeepBlue/vim-8.0.0074
vim-patch:8.0.0074
Diffstat (limited to 'src/nvim/quickfix.c')
-rw-r--r--src/nvim/quickfix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/quickfix.c b/src/nvim/quickfix.c
index 1fc585f0c9..3df025a51d 100644
--- a/src/nvim/quickfix.c
+++ b/src/nvim/quickfix.c
@@ -2853,7 +2853,7 @@ static void qf_fill_buffer(qf_info_T *qi, buf_T *buf, qfline_T *old_last)
if (old_last == NULL) {
if (buf != curbuf) {
- EMSG2(_(e_intern2), "qf_fill_buffer()");
+ internal_error("qf_fill_buffer()");
return;
}