diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-07-01 10:49:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-01 10:49:14 +0800 |
| commit | 2268a4147ec1e9f0236fd5eb56c1cc2b751eca05 (patch) | |
| tree | e85448107d27109df805e865053468e199956dbe /src/nvim/globals.h | |
| parent | 5a490d838ed3288abcf45e16e6ab79c326a67c17 (diff) | |
| parent | 5a62ad605e4945562d5defb5eb6a2e8a88107ebf (diff) | |
| download | rneovim-2268a4147ec1e9f0236fd5eb56c1cc2b751eca05.tar.gz rneovim-2268a4147ec1e9f0236fd5eb56c1cc2b751eca05.tar.bz2 rneovim-2268a4147ec1e9f0236fd5eb56c1cc2b751eca05.zip | |
Merge pull request #19170 from zeertzjq/vim-8.0.1558
vim-patch:8.0.{1558,1570,1574,1588},8.1.{0487,0695,1274}: menu features
Diffstat (limited to 'src/nvim/globals.h')
| -rw-r--r-- | src/nvim/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index a2862edd6b..d2f56c739b 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -986,6 +986,7 @@ EXTERN char e_notset[] INIT(= N_("E764: Option '%s' is not set")); EXTERN char e_invalidreg[] INIT(= N_("E850: Invalid register name")); EXTERN char e_dirnotf[] INIT(= N_("E919: Directory not found in '%s': \"%s\"")); EXTERN char e_au_recursive[] INIT(= N_("E952: Autocommand caused recursive behavior")); +EXTERN char e_menuothermode[] INIT(= N_("E328: Menu only exists in another mode")); EXTERN char e_autocmd_close[] INIT(= N_("E813: Cannot close autocmd window")); EXTERN char e_listarg[] INIT(= N_("E686: Argument of %s must be a List")); EXTERN char e_unsupportedoption[] INIT(= N_("E519: Option not supported")); |