Mercurial > vim
view src/proto/version.pro @ 20937:a02ba6be5a84 v8.2.1020
patch 8.2.1020: popupwin test fails in the GUI
Commit: https://github.com/vim/vim/commit/b326edf5b30813b2ccdee3ac07ee6495ca5187ff
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jun 20 15:03:38 2020 +0200
patch 8.2.1020: popupwin test fails in the GUI
Problem: Popupwin test fails in the GUI.
Solution: Send GUI byte sequence for <C-S-a>.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 20 Jun 2020 15:15:03 +0200 |
parents | dcec86d796bc |
children |
line wrap: on
line source
/* version.c */ void init_longVersion(void); int highest_patch(void); int has_patch(int n); void ex_version(exarg_T *eap); void list_in_columns(char_u **items, int size, int current); void list_version(void); void maybe_intro_message(void); void ex_intro(exarg_T *eap); /* vim: set ft=c : */