view src/proto/help.pro @ 34983:31cc88e55e4c v9.1.0347

patch 9.1.0347: A few typos in test_xdg when testing gvimrc Commit: https://github.com/vim/vim/commit/133ed2a592e4d7998a8f6afa3de9f057feb23f0a Author: Diego Viola <diego.viola@gmail.com> Date: Thu Apr 18 20:54:06 2024 +0200 patch 9.1.0347: A few typos in test_xdg when testing gvimrc Problem: A few typos in test_xdg when testing gvimrc Solution: Fix them (Diego Viola) closes: #14584 Signed-off-by: Diego Viola <diego.viola@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 18 Apr 2024 21:00:07 +0200
parents f103da6ba95f
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 : */