aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/strings.c')
-rw-r--r--src/nvim/strings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/strings.c b/src/nvim/strings.c
index 81a1a68a94..cb66f7682d 100644
--- a/src/nvim/strings.c
+++ b/src/nvim/strings.c
@@ -900,6 +900,7 @@ int vim_vsnprintf_typval(
}
switch (fmt_spec) {
+ case 'b': case 'B':
case 'd': case 'u': case 'o': case 'x': case 'X':
if (tvs && length_modifier == '\0') {
length_modifier = '2';