summaryrefslogtreecommitdiffstats
path: root/key-string.c
diff options
context:
space:
mode:
authornicm <nicm>2017-01-05 09:07:15 +0000
committernicm <nicm>2017-01-05 09:07:15 +0000
commit9a56671a7565322142b9871c5fe1d945ce200b9a (patch)
tree42d14df1324f56fc0441879bdbe0ec6f73a183e3 /key-string.c
parent43e8f60bc6e962fe6e9b432ac650d0d7a7f0c86c (diff)
Highlight all occurrences of search string after searching in copy mode.
Diffstat (limited to 'key-string.c')
-rw-r--r--key-string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/key-string.c b/key-string.c
index 9ee1c2d2..b2fe845f 100644
--- a/key-string.c
+++ b/key-string.c
@@ -142,7 +142,7 @@ key_string_get_modifiers(const char **string)
break;
default:
*string = NULL;
- return 0;
+ return (0);
}
*string += 2;
}