view src/proto/help.pro @ 29310:f103da6ba95f v8.2.5171

patch 8.2.5171: dependencies and proto files are outdated Commit: https://github.com/vim/vim/commit/d21e5bde7c74eab8b10fddc30d12a313c7e7dcd0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 27 22:52:43 2022 +0100 patch 8.2.5171: dependencies and proto files are outdated Problem: Dependencies and proto files are outdated. Solution: Update dependencies and proto files. Avoid errors.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jun 2022 00:00:15 +0200
parents 5db63c2c6929
children
line wrap: on
line source

/* help.c */
void ex_help(exarg_T *eap);
void ex_helpclose(exarg_T *eap);
char_u *check_help_lang(char_u *arg);
int help_heuristic(char_u *matched_string, int offset, int wrong_case);
int find_help_tags(char_u *arg, int *num_matches, char_u ***matches, int keep_lang);
void cleanup_help_tags(int num_file, char_u **file);
void prepare_help_buffer(void);
void fix_help_buffer(void);
void ex_exusage(exarg_T *eap);
void ex_viusage(exarg_T *eap);
void ex_helptags(exarg_T *eap);
/* vim: set ft=c : */