diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-01-16 19:28:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 19:28:17 +0800 |
commit | e7ea156604156b7a70d120d0df5448442b1cdf10 (patch) | |
tree | 5270a336a2a70b7bf19275214830055aefb81999 /src/nvim/globals.h | |
parent | 90493beb1584b9a99d3a71658bccd536d601e0f7 (diff) | |
parent | 61d5bd561addfd4cc9917712bdf983e77137089e (diff) | |
download | rneovim-e7ea156604156b7a70d120d0df5448442b1cdf10.tar.gz rneovim-e7ea156604156b7a70d120d0df5448442b1cdf10.tar.bz2 rneovim-e7ea156604156b7a70d120d0df5448442b1cdf10.zip |
Merge pull request #20945 from erw7/feat-more-exception-info
feat(api): show more exception info
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r-- | src/nvim/globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index 0d3862a1ec..43b1d780be 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -1002,7 +1002,6 @@ EXTERN char e_fnametoolong[] INIT(= N_("E856: Filename too long")); EXTERN char e_float_as_string[] INIT(= N_("E806: using Float as a String")); EXTERN char e_cannot_edit_other_buf[] INIT(= N_("E788: Not allowed to edit another buffer now")); -EXTERN char e_autocmd_err[] INIT(= N_("E5500: autocmd has thrown an exception: %s")); EXTERN char e_cmdmap_err[] INIT(= N_("E5520: <Cmd> mapping must end with <CR>")); EXTERN char e_cmdmap_repeated[] INIT(= N_("E5521: <Cmd> mapping must end with <CR> before second <Cmd>")); |