Mercurial > vim
view src/proto/if_perl.pro @ 17584:65a8099fc0e8 v8.1.1789
patch 8.1.1789: cannot see file name of preview popup window
commit https://github.com/vim/vim/commit/90f3e7ac56056ffad50bac9d4497b5830c37ab26
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Aug 1 22:40:44 2019 +0200
patch 8.1.1789: cannot see file name of preview popup window
Problem: Cannot see file name of preview popup window.
Solution: Add the file name as the title.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 01 Aug 2019 22:45:05 +0200 |
parents | 21b0a39d13ed |
children |
line wrap: on
line source
/* auto/if_perl.c */ int perl_enabled(int verbose); void perl_end(void); void msg_split(char_u *s, int attr); void perl_win_free(win_T *wp); void perl_buf_free(buf_T *bp); void ex_perl(exarg_T *eap); void do_perleval(char_u *str, typval_T *rettv); void ex_perldo(exarg_T *eap);