Mercurial > vim
view src/proto/version.pro @ 30697:d914a3812d5b v9.0.0683
patch 9.0.0683: cannot specify a time for :echowindow
Commit: https://github.com/vim/vim/commit/bdc09a18fca32715687d9911a431da69186528cc
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Oct 7 14:31:45 2022 +0100
patch 9.0.0683: cannot specify a time for :echowindow
Problem: Cannot specify a time for :echowindow.
Solution: A count can be used to specify the display time. Add
popup_findecho().
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 07 Oct 2022 15:45:06 +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 : */