forked from aniani/vim
patch 8.1.1612: cannot show an existing buffer in a popup window
Problem: Cannot show an existing buffer in a popup window. Solution: Support buffer number argument in popup_create().
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/* buffer.c */
|
||||
void buffer_ensure_loaded(buf_T *buf);
|
||||
int open_buffer(int read_stdin, exarg_T *eap, int flags);
|
||||
void set_bufref(bufref_T *bufref, buf_T *buf);
|
||||
int bufref_valid(bufref_T *bufref);
|
||||
|
||||
Reference in New Issue
Block a user