diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-10-07 21:51:04 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-10-07 21:51:04 -0700 |
commit | 3b3a40978117a79cd6960c820b12e6f04408ac25 (patch) | |
tree | 347bf4fa16579a0d78314589babd405b520f68a3 /src/nvim/getchar.c | |
parent | 7faa6c41c89f1c5d48f92a436ed690bc7ce6ea85 (diff) | |
parent | 0586a4b512b2495d32f20c46946d35a0d403bd52 (diff) | |
download | rneovim-3b3a40978117a79cd6960c820b12e6f04408ac25.tar.gz rneovim-3b3a40978117a79cd6960c820b12e6f04408ac25.tar.bz2 rneovim-3b3a40978117a79cd6960c820b12e6f04408ac25.zip |
Merge #11077 'vim-patch:8.1.{1354,1356,1362,1588}'
Diffstat (limited to 'src/nvim/getchar.c')
-rw-r--r-- | src/nvim/getchar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c index 1f82df3241..399f0671b4 100644 --- a/src/nvim/getchar.c +++ b/src/nvim/getchar.c @@ -4419,7 +4419,7 @@ mapblock_T *get_maphash(int index, buf_T *buf) } /// Get command argument for <Cmd> key -char_u * getcmdkeycmd(int promptc, void *cookie, int indent) +char_u * getcmdkeycmd(int promptc, void *cookie, int indent, bool do_concat) { garray_T line_ga; int c1 = -1, c2; |