patch 9.1.0490: minor style problems with patch 9.1.0487

Commit: 
https://github.com/vim/vim/commit/105f741fac1b3242909c3c69384f00e4dcd9356e
Author: glepnir <glephun...@gmail.com>
Date:   Sat Jun 15 15:32:22 2024 +0200

    patch 9.1.0490: minor style problems with patch 9.1.0487
    
    Problem:  minor style problems with patch 9.1.0487
    Solution: use shown_compl instead of after_first_compl variable
              (glepnir)
    
    closes: #15008
    
    Signed-off-by: glepnir <glephun...@gmail.com>
    Signed-off-by: Christian Brabandt <c...@256bit.org>
    fix(completion): use exist shown_compl instead after_first_compl

diff --git a/src/insexpand.c b/src/insexpand.c
index e31274165..28e4d344e 100644
--- a/src/insexpand.c
+++ b/src/insexpand.c
@@ -1222,7 +1222,6 @@ ins_compl_build_pum(void)
 {
     compl_T     *compl;
     compl_T     *shown_compl = NULL;
-    compl_T     *after_first_compl = NULL;
     int                did_find_shown_match = FALSE;
     int                shown_match_ok = FALSE;
     int                i;
@@ -1300,7 +1299,7 @@ ins_compl_build_pum(void)
            else if (compl_fuzzy_match)
            {
                if (i == 0)
-                   after_first_compl = compl;
+                   shown_compl = compl;
                // Update the maximum fuzzy score and the shown match
                // if the current item's score is higher
                if (compl->cp_score > max_fuzzy_score)
@@ -1322,7 +1321,7 @@ ins_compl_build_pum(void)
                    shown_match_ok = TRUE;
                    cur = 0;
                    if (match_at_original_text(compl_shown_match))
-                     compl_shown_match = after_first_compl;
+                     compl_shown_match = shown_compl;
                }
            }
 
diff --git a/src/version.c b/src/version.c
index f153bfb07..a13c31c6a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    490,
 /**/
     489,
 /**/

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1sITiK-00EWwt-12%40256bit.org.

Raspunde prin e-mail lui