mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
docs: fix typos (#19588)
Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: notomo <notomo.motono@gmail.com>
This commit is contained in:
@@ -5054,7 +5054,7 @@ int find_help_tags(const char *arg, int *num_matches, char ***matches, bool keep
|
||||
int i;
|
||||
|
||||
// Specific tags that either have a specific replacement or won't go
|
||||
// throught the generic rules.
|
||||
// through the generic rules.
|
||||
static char *(except_tbl[][2]) = {
|
||||
{ "*", "star" },
|
||||
{ "g*", "gstar" },
|
||||
|
Reference in New Issue
Block a user