Patch 8.2.4118
Problem: Using UNUSED for argument that is used.
Solution: Remove UNUSED.
Files: src/usercmd.c
*** ../vim-8.2.4117/src/usercmd.c 2022-01-08 16:19:18.509639849 +0000
--- src/usercmd.c 2022-01-16 21:51:31.410563484 +0000
***************
*** 123,132 ****
char_u *
find_ucmd(
exarg_T *eap,
! char_u *p, // end of the command (possibly including count)
! int *full, // set to TRUE for a full match
! expand_T *xp, // used for completion, NULL otherwise
! int *complp UNUSED) // completion flags or NULL
{
int len = (int)(p - eap->cmd);
int j, k, matchlen = 0;
--- 123,132 ----
char_u *
find_ucmd(
exarg_T *eap,
! char_u *p, // end of the command (possibly including count)
! int *full, // set to TRUE for a full match
! expand_T *xp, // used for completion, NULL otherwise
! int *complp) // completion flags or NULL
{
int len = (int)(p - eap->cmd);
int j, k, matchlen = 0;
*** ../vim-8.2.4117/src/version.c 2022-01-16 21:18:49.419329705 +0000
--- src/version.c 2022-01-16 21:53:46.462291289 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4118,
/**/
--
ARTHUR: I did say sorry about the `old woman,' but from the behind you
looked--
DENNIS: What I object to is you automatically treat me like an inferior!
ARTHUR: Well, I AM king...
The Quest for the Holy Grail (Monty Python)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220116215500.1AD8E1C038E%40moolenaar.net.