Highlight all occurrences of search string after searching in copy mode.

This commit is contained in:
nicm
2017-01-05 09:07:15 +00:00
parent 43e8f60bc6
commit 9a56671a75
6 changed files with 119 additions and 49 deletions

View File

@ -142,7 +142,7 @@ key_string_get_modifiers(const char **string)
break;
default:
*string = NULL;
return 0;
return (0);
}
*string += 2;
}