aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/if_cscope.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2018-01-03 07:22:35 -0500
committerGitHub <noreply@github.com>2018-01-03 07:22:35 -0500
commitd2bc610d642bb78a9d9e13c422efe64cebdffb4a (patch)
tree63494d18add51999f8814fc0b792130894210923 /src/nvim/if_cscope.c
parent09b9f9b7ce4c86a931d29fa1ba8f023a8571cbc4 (diff)
parent5f5011e8f67e6c26ec0c04d2f390bca392dba648 (diff)
downloadrneovim-d2bc610d642bb78a9d9e13c422efe64cebdffb4a.tar.gz
rneovim-d2bc610d642bb78a9d9e13c422efe64cebdffb4a.tar.bz2
rneovim-d2bc610d642bb78a9d9e13c422efe64cebdffb4a.zip
Merge pull request #7804 from jamessan/vim-8.0.0160
[RFC] vim-patch:8.0.0160
Diffstat (limited to 'src/nvim/if_cscope.c')
-rw-r--r--src/nvim/if_cscope.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/if_cscope.c b/src/nvim/if_cscope.c
index 654b4630c5..773e29693c 100644
--- a/src/nvim/if_cscope.c
+++ b/src/nvim/if_cscope.c
@@ -1369,8 +1369,8 @@ static char *cs_manage_matches(char **matches, char **contexts,
case Print:
cs_print_tags_priv(mp, cp, cnt);
break;
- default: /* should not reach here */
- (void)EMSG(_("E570: fatal error in cs_manage_matches"));
+ default: // should not reach here
+ IEMSG(_("E570: fatal error in cs_manage_matches"));
return NULL;
}