aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cmdhist.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-17 07:47:22 +0800
committerGitHub <noreply@github.com>2023-11-17 07:47:22 +0800
commit133a592d191719023a9151a489d80fcdbed93ed7 (patch)
tree827a1d203588a6688a3e7c6cf82d7417deaf4690 /src/nvim/cmdhist.c
parenta388c852c40682123698f1f55cefc426aa3f70e3 (diff)
parent9d39ad63182cebe18f89152f2239ff8aeff58308 (diff)
downloadrneovim-133a592d191719023a9151a489d80fcdbed93ed7.tar.gz
rneovim-133a592d191719023a9151a489d80fcdbed93ed7.tar.bz2
rneovim-133a592d191719023a9151a489d80fcdbed93ed7.zip
Merge pull request #26081 from zeertzjq/vim-9.0.2108
vim-patch:9.0.{1532,1534,1535,2108,2109,2110,2111}
Diffstat (limited to 'src/nvim/cmdhist.c')
-rw-r--r--src/nvim/cmdhist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/cmdhist.c b/src/nvim/cmdhist.c
index be94c08d3a..1f1d7d2eab 100644
--- a/src/nvim/cmdhist.c
+++ b/src/nvim/cmdhist.c
@@ -30,8 +30,6 @@
# include "cmdhist.c.generated.h"
#endif
-static const char e_val_too_large[] = N_("E1510: Value too large: %s");
-
static histentry_T *(history[HIST_COUNT]) = { NULL, NULL, NULL, NULL, NULL };
static int hisidx[HIST_COUNT] = { -1, -1, -1, -1, -1 }; ///< lastused entry
/// identifying (unique) number of newest history entry