diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-10-17 22:43:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-17 22:43:46 +0200 |
commit | 0cba3da26e4612c0c8fd17dd0638d76e2dc5fae0 (patch) | |
tree | 7ffd57e014e837bd31d51e81754d92094e86de22 /src/nvim/ops.c | |
parent | 9467c8e16ee1fc04a9586e175fde371475c87e16 (diff) | |
parent | 3bcee71cc8ef782fc89de7d72cb784cfb6d984d3 (diff) | |
download | rneovim-0cba3da26e4612c0c8fd17dd0638d76e2dc5fae0.tar.gz rneovim-0cba3da26e4612c0c8fd17dd0638d76e2dc5fae0.tar.bz2 rneovim-0cba3da26e4612c0c8fd17dd0638d76e2dc5fae0.zip |
Merge #7399 ':checkhealth (built-in)'
Diffstat (limited to 'src/nvim/ops.c')
-rw-r--r-- | src/nvim/ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ops.c b/src/nvim/ops.c index e7bc20698b..c6df71ea46 100644 --- a/src/nvim/ops.c +++ b/src/nvim/ops.c @@ -5535,7 +5535,7 @@ int get_default_register_name(void) static yankreg_T *adjust_clipboard_name(int *name, bool quiet, bool writing) { #define MSG_NO_CLIP "clipboard: No provider. " \ - "Try \":CheckHealth\" or \":h clipboard\"." + "Try \":checkhealth\" or \":h clipboard\"." yankreg_T *target = NULL; bool explicit_cb_reg = (*name == '*' || *name == '+'); |