mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
refactor/single-include (#6586)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef NVIM_POPUPMNU_H
|
||||
#define NVIM_POPUPMNU_H
|
||||
|
||||
#include "nvim/types.h"
|
||||
|
||||
/// Used for popup menu items.
|
||||
typedef struct {
|
||||
char_u *pum_text; // main menu text
|
||||
|
Reference in New Issue
Block a user