view src/proto/help.pro @ 31365:040b59b92dca v9.0.1016

patch 9.0.1016: screenpos() does not count filler lines for diff mode Commit: https://github.com/vim/vim/commit/1cb16c3a20a9d17df1a8dc3813ef64dc98e42637 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 5 22:26:44 2022 +0000 patch 9.0.1016: screenpos() does not count filler lines for diff mode Problem: screenpos() does not count filler lines for diff mode. Solution: Add filler lines. (closes 11658)
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Dec 2022 23:30:04 +0100
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 : */