Changes between Initial Version and Version 2 of Ticket #3870


Ignore:
Timestamp:
10/28/17 16:12:44 (6 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3870

    • Property Status changed from new to accepted
    • Property Owner set to andrew_b
    • Property Milestone changed from Future Releases to 4.8.20
  • Ticket #3870 – Description

    initial v2  
    44 
    55case quick_input: 
     6{{{ 
    67 if ((quick_widget->u.input.completion_flags & INPUT_COMPLETE_CD) != 0) 
     8}}} 
    79 
    810But quick_widget is iteration variable from previous cycle and this variable always initialized to QUICK_END. 
    911 
    1012I suggest following patch 
     13{{{ 
    1114diff --git a/lib/widget/quick.c b/lib/widget/quick.c 
    1215index 555d79c4c..3a3d014fb 100644 
     
    2225                         tilde_expand (INPUT (item->widget)->buffer); 
    2326                 else 
    24  
     27}}}